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

Need to save original iterables for insertion into grafted list #1

Open
eob opened this issue Oct 17, 2014 · 0 comments
Open

Need to save original iterables for insertion into grafted list #1

eob opened this issue Oct 17, 2014 · 0 comments

Comments

@eob
Copy link
Member

eob commented Oct 17, 2014

List 1:
List 2: are List 1, with graft on each item
Form 3: Appends to List 1

List 2 will mess up when Form 3 appends to List 1 because List2 clones an ALREADY GRAFTED subtree. It should clone the ungrafted subtree, and then render, first pulling from List1 and then performing the graft.

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

1 participant