-
Notifications
You must be signed in to change notification settings - Fork 3
Support source on Variable, allow more global, class level options #27
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it. For curiosity, could you please explain why you decided not to go with a "data" Variable class (no behavior) but instead with a more "active" class (with Variable.get)?
Co-Authored-By: Thibaut Le Page <thilp@thilp.net>
I tried to factor the behavior out to the |
What's left here:
|
Now waiting for @thilp final review, then apply the fixes, then I think we can release 2.0 if no major issues come up. |
Co-Authored-By: Thibaut Le Page <thilp@thilp.net>
Fixes #15