-
-
Notifications
You must be signed in to change notification settings - Fork 17
Proxies #1147
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
Merged
Merged
Proxies #1147
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3a0f9f3
Proxies
chrisrink10 9b5c593
More
chrisrink10 1f18af4
Documentation
chrisrink10 16dd1f3
proxy-super
chrisrink10 8590187
Transient correctly
chrisrink10 abda483
Changelog
chrisrink10 ad05aef
Update error message
chrisrink10 a123b2a
Object base
chrisrink10 d3bb662
Fix it up
chrisrink10 80f5c15
That's an oopsie
chrisrink10 1ecb162
More stuff
chrisrink10 605679b
Check it
chrisrink10 75ebc77
Fix multi-arity
chrisrink10 368536f
Documentation
chrisrink10 be2448a
Disallow duplicate method defs in `proxy` macro
chrisrink10 a0fff5a
Sure
chrisrink10 6152cd9
Check membership
chrisrink10 df4a918
Update changelog
chrisrink10 edd68a4
Override attrs __setattr__ for _proxy_mappings attr specifically
chrisrink10 1cad7f7
Allow disabling slots
chrisrink10 72e8b25
Documentation
chrisrink10 1031c55
More tests
chrisrink10 9892f89
Documentation
chrisrink10 b78a81a
Correct docs
chrisrink10 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This was always shoving
self
at the end of the argument vector.