- Notifications
You must be signed in to change notification settings - Fork768
Object identity, Interfaces and Attributes#2019
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
rmadsen-ks wants to merge15 commits intopythonnet:masterfromrmadsen-ks:1776-InheritGenericVirtualMethodFix2
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes from1 commit
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
ab531f8 1776 Inherit Generic Virtual Method Bug: Unit Test
rmadsen-ksbfcf1d1 1776 Inherit Generic Virtual Method Bug: Fix
rmadsen-kseb4ce37 1774-ClassWithoutnamespace
rmadsen-ksa2c80cd better support for multiple inheritance
rmadsen-ks65c2c00 Fixed issue with protected constructors and classes with no constructor
rmadsen-ks28f4717 Added supporr for class/property/method attributes.
rmadsen-ks014ef2e - Expanded the way attributes amy be added
rmadsen-ks2449bd2 added support for creating abstract classes using a __clr_abstract__ …
rmadsen-ks7980fc4 Improved AttributeError when looking for a symbol that does not exist…
rmadsen-kscf2c27a Added test to detect an issue with object construction.
rmadsen-ksadc6613 Added support for marking properties with python types.
rmadsen-ks9373a03 Fixed issue calling base-base class implementation of methods.
rmadsen-ksab12481 Merged with Pythonnet 3.0 RC.6.
rmadsen-ksc290bf9 Merge branch 'master' of github.com:pythonnet/pythonnet into 1776-Inh…
rmadsen-ksbb988cd Cleanup and comments
rmadsen-ksFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Fixed issue calling base-base class implementation of methods.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit9373a03a9938a68f8b447d2781b0ddf77daac83d
There are no files selected for viewing
1 change: 1 addition & 0 deletionssrc/python_tests_runner/PythonTestRunner.cs
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
33 changes: 18 additions & 15 deletionssrc/runtime/Types/ClassDerived.cs
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
18 changes: 14 additions & 4 deletionssrc/testing/subclasstest.cs
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
24 changes: 24 additions & 0 deletionstests/test_subclass.py
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.