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

Mergable lists #264

Merged
merged 2 commits into from
Aug 10, 2017
Merged

Mergable lists #264

merged 2 commits into from
Aug 10, 2017

Conversation

mstemm
Copy link
Contributor

@mstemm mstemm commented Aug 9, 2017

This fixes #255.

List nodes can now have an 'append' key. If present and true, any values
in this list will be appended to the end of any existing list with the
same name.

It is an error to have a list with 'append' true that has a name that is
not an existing list.
Test the case of appending to a list and appending to a nonexistent
list (should error).
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.

Add ability to append to lists
1 participant