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

Change Hierarchical List to be rooted at a task instead of at a vector #14

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

At the beginning I made a bad decision to store top level tasks in a vector, 
but all subtasks go inside parent tasks.  This has required separate 
functions for root tasks and all other tasks.  Allowing the list view to be 
rooted at a root Node instead of a root Vector will simplify everything, and 
allow us to fix other issues such as issue 1.

Original issue reported on code.google.com by [email protected] on 15 Jul 2009 at 1:46

@stweise
Copy link
Collaborator

stweise commented May 3, 2019

Hey @gtaubman do you have any thoughts on this? Could you please look at the PR?

@stweise
Copy link
Collaborator

stweise commented Sep 19, 2019

The proposed changes introduced a lot of other issues. I could not solve this correctly and I still think that representing the initial list of listroots, which are then hierarchical lists is not a bad decision in terms of matching model to code.

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

2 participants