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

Extract decorated attributes behavior into a single, shared module #110

Conversation

timriley
Copy link
Member

@timriley timriley commented Jan 8, 2019

Now attribute decoration on Context and Part behave identically, which means that it's now possible to decorate methods defined directly on Part classes, which wasn't possible with the previous behavior there (which relied on method_missing).

Resolves #99

Now attribute decoration on Context and Part behave identically, which means that it's now possible to decorate methods defined directly on Part classes, which wasn't possible with the previous behavior there (which relied on method_missing).
@timriley timriley force-pushed the share-decorated-attributes-behaviour-between-context-and-part branch from 29c7f69 to 0366f28 Compare January 8, 2019 22:11
@timriley timriley merged commit f4014af into master Jan 8, 2019
@timriley timriley deleted the share-decorated-attributes-behaviour-between-context-and-part branch January 8, 2019 22:39
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.

1 participant