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

Support recursive collections based on ImmutableList #69

Open
AArnott opened this issue Dec 22, 2015 · 1 comment
Open

Support recursive collections based on ImmutableList #69

AArnott opened this issue Dec 22, 2015 · 1 comment
Assignees

Comments

@AArnott
Copy link
Owner

AArnott commented Dec 22, 2015

This work in progress under the ProjectTreeWork branch.

CC: @jviau

@AArnott AArnott self-assigned this Dec 22, 2015
@AArnott
Copy link
Owner Author

AArnott commented Dec 23, 2015

Currently the reordering detection that would report to ChangesSince doesn't work. When sorted, an item changes position when that item changes its properties in some way. But in an ordered collection, no change to the item itself is required to reorder. So we need to figure out how to activate that code path without relying on the reordered items themselves changing.

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

No branches or pull requests

1 participant