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

Sumac handling of nested args: internal state not reset when arg is changed #50

Open
AustinBGibbons opened this issue Sep 9, 2014 · 1 comment

Comments

@AustinBGibbons
Copy link
Contributor

Experienced by labs framework when modifying nested rtc directly, instead of the underlying client.

Sumac maintains state for args which is not reset after the field is changed.

@squito
Copy link
Contributor

squito commented Sep 10, 2014

More specifically -- when first parse() is called, then field references are changed, and then runValidation is called (as is done in labs & other frameworks), runValidation is still using holding onto references to the old objects from the arg fields. It should re-acquire all the field values again.

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

2 participants