Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree_new_last_child_of doesn't work as expected #6

Open
lexx27 opened this issue May 28, 2012 · 2 comments
Open

tree_new_last_child_of doesn't work as expected #6

lexx27 opened this issue May 28, 2012 · 2 comments
Assignees

Comments

@lexx27
Copy link

lexx27 commented May 28, 2012

I am not 100% sure but I think that tree_new_last_child_of works like tree_new_first_child_of.

It s definitely something wrong about it.

@ghost ghost assigned WanWizard May 28, 2012
@WanWizard
Copy link
Owner

Had a quick look, but I can't see an immediate issue.

It will insert the new object with as left pointer the right pointer of the parent, effectively inserting it at the end of the child chain.

I have have to set up some debugging to see if any why this would go wrong...

@lexx27
Copy link
Author

lexx27 commented May 28, 2012

I ll investigate it further too. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants