-
Notifications
You must be signed in to change notification settings - Fork 755
Operator overloads support #1324
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
lostmsu
merged 25 commits into
pythonnet:master
from
christabella:feat/operator-overloads
Jan 5, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5130aaa
Overload operators except for bit shifts and default args.
christabella 0d0ca87
Remove params array tests since they are unrelated to operator overlo…
christabella 253f9c7
Fix type bug; rename variables pynargs etc.
christabella 8cdb61c
Remove unused variables and add comments.
christabella c26e589
Add comments and remove unused in operatormethod.cs
christabella 3222a54
Address review by @lostmsu; Add forward operator test.
christabella 550ff31
Add forward operator tests (OpObj, int).
christabella eab8edc
Address @amos402's comment on raising branch.
christabella c2be3f1
Add operator overload and rename pynargs, clrnargs
christabella 581a047
Revert variable renames
christabella e11327f
Update AUTHORS and CHANGELOG
christabella 35be4bc
Revert rename to pynargs
christabella f19c281
Address @tminka's comments.
christabella d7f52d2
Remove whitespace
christabella 5855a1b
Fix nits
christabella e7da0bc
Support reverse binary operations
christabella a376838
Use reverse instead of forward (semantics)
christabella 6923a78
Address @tminka's comments
christabella 4c992d8
Support unary neg and pos operators
christabella 8cce61d
Remove isOperator from MatchesArgumentCount (simplify), add test.
christabella 09a2047
Revert "Remove isOperator from MatchesArgumentCount (simplify)"
christabella 41bd07f
Properly remove isOperator from MatchesArgumentCount (@tminka comment)
christabella 10ccf1e
Update changelog.
christabella 5682e0c
Add ones complement and modulo tests (@tminka comment)
christabella 5f45c70
Merge branch 'master' into feat/operator-overloads
lostmsu 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
Fix type bug; rename variables pynargs etc.
- Loading branch information
commit 253f9c79909b38a2cf9dddbb857acb7729113e8c
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
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.
Uh oh!
There was an error while loading. Please reload this page.