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

93-Remove-nil-assignment-can-fail-in-case-of-assignment-in-an-assignment #102

Conversation

jecisc
Copy link
Owner

@jecisc jecisc commented May 10, 2020

Fix bug in remove nil assignation from initialize.

#removeFromTree does not work on assignations if the parent is anothen assignation.
Update the code to remove the full chaine of assignations in that case + add a test.

Fixes #93

#removeFromTree does not work on assignations if the parent is anothen assignation. 
Update the code to remove the full chaine of assignations in that case + add a test. 

Fixes #93
@jecisc jecisc merged commit 1472ea8 into master May 10, 2020
@jecisc jecisc deleted the 93-Remove-nil-assignment-can-fail-in-case-of-assignment-in-an-assignment branch March 6, 2023 16:18
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

Successfully merging this pull request may close these issues.

Remove nil assignment can fail in case of assignment in an assignment
1 participant