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

Fix nested dumps #2

Merged
merged 9 commits into from
Aug 3, 2018
Merged

Fix nested dumps #2

merged 9 commits into from
Aug 3, 2018

Conversation

achembarpu
Copy link

@achembarpu achembarpu commented Aug 3, 2018

This fixes the dumping of nested relations and objects.

Also converts script globals to arguments, to allow repeated invocations.

Fixes davedash#39.

@achembarpu achembarpu requested a review from tino August 3, 2018 02:58
@achembarpu achembarpu mentioned this pull request Aug 3, 2018
children = [thing]
add_to_serialize_list(children, serialize_me, seen)

if remain:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remain?

Also, this being true depends on len(parts) > 0?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will rename.

Yep, it does.

@tino tino merged commit 0414adf into master Aug 3, 2018
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.

Custom dump nested deps
2 participants