- Notifications
You must be signed in to change notification settings - Fork748
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:pythonnet/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v3.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 12commits
- 20files changed
- 5contributors
Commits on Nov 30, 2022
1776 Generic Virtual Method Causes Invalid Program: Fix + test (#2026)
- If a method is virtual AND generic, it cannot be overridden by the python class. Hence the method call is deferred to the base class.- Added a unit test which verifies this behavior is now working.NOTE: The test causes crash when run from `PythonTestRunner`. See#2035
rmadsen-ks authoredNov 30, 2022
Commits on Jan 17, 2023
don't force setuptools upgrade during installation of requirements fo…
…r testingupgrade caused InvalidVersion: Invalid version: '0.23ubuntu1' on Ubuntu due to setuptools dropping support for that version format
lostmsu committedJan 17, 2023
Commits on Feb 3, 2023
1783 Implement Interface And Inherit Class (#2028)
* 1783 Implement Interface And Inherit ClassAdded support for multiple inheritance when inheriting from one base class and/or multiple interfaces.Added a unit test verifying that it works with a simple class and interface. This unit test would previously have failed since multiple types are in the class super class list.
rmadsen-ks authoredFeb 3, 2023
Commits on Mar 12, 2023
Commits on May 6, 2023
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.0.1...v3.0.2
Uh oh!
There was an error while loading.Please reload this page.