-
Notifications
You must be signed in to change notification settings - Fork 752
Domain reload test cases fixes #1287
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 62 commits into
pythonnet:master
from
Unity-Technologies:domain-reload-test-cases-fixes
Jan 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
fc7da1d
Adds test cases for member changes during a domain reload
BadSingleton 72fafdd
!fixup add the project to the solution files
BadSingleton 20861b2
Add more test cases
BadSingleton 2253ef3
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingleton 635edac
Make the tests run as netcoreapp
BadSingleton 0ee931e
Remove stray colon
BadSingleton 3dad96e
Rework the serialization of reflected types
BadSingleton 90a81f3
Call PyType_Modified after modifying the type
BadSingleton 10276f1
Some code review changes
BadSingleton 4d0e2ce
fixup! Some code review changes
BadSingleton 02fa245
Remove hungarian notation from Maybe* types
BadSingleton 91c881c
Check the type of the exception before ignoring it
BadSingleton 284e8e1
Check for validity, don't throw
BadSingleton fe96781
Refactor the member binding logic of ClassManager
BadSingleton 6ff9e0b
Include info about why deserialization failed in Maybe*
BadSingleton 4d2d05b
improve deserialization resolution of ref, out and in parameters
BadSingleton 5f061bc
Clean up the project and solution files
BadSingleton 3adc559
Merge branch 'master' into domain-reload-test-cases
BadSingleton e8543cf
Rework the serialization of reflected types
BadSingleton 61b0d8c
Call PyType_Modified after modifying the type
BadSingleton c8bacf3
Some code review changes
BadSingleton cde5c23
fixup! Some code review changes
BadSingleton a956773
Remove hungarian notation from Maybe* types
BadSingleton ee3b391
Check the type of the exception before ignoring it
BadSingleton 9b4d5f9
Check for validity, don't throw
BadSingleton a2f3294
Refactor the member binding logic of ClassManager
BadSingleton 46dcb9d
Include info about why deserialization failed in Maybe*
BadSingleton 10116bb
improve deserialization resolution of ref, out and in parameters
BadSingleton 102054e
!fixup leftover error from the rebase
BadSingleton 329de5d
Add fixes and test for nested classes
BadSingleton f97262b
Code review fixes
BadSingleton ceb3fab
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 2d6ae4c
fixup! Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 16a39a6
fixup! Code review fixes
BadSingleton ace340d
Fix build failures on non-windows
BadSingleton 78a8088
fixup! Fix build failures on non-windows
BadSingleton 3232f79
Merge remote-tracking branch 'origin/domain-reload-test-cases-fixes' …
BadSingleton 87287a5
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 44b4800
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 79516f1
Code review fixes
BadSingleton 421f665
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingleton 5e4c976
(WIP) rework project structure
BadSingleton 9d1991a
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingleton bcf0cd6
Rework the projects file structure
BadSingleton 73e5a6b
Check teh return value of PyDict_DelItemString
BadSingleton 510a7ae
netstandard.dll is a Facade Library
BadSingleton 21eb14c
Remove TestClassReference
BadSingleton 59e81e2
Test runner docs fixes
BadSingleton 1383b5a
Skip the domain reload tests on macos
BadSingleton fbc06ef
fixup! Skip the domain reload tests on macos
BadSingleton b3e86da
Update ISSUE_TEMPLATE.md
filmor 0b027c6
refactoring in CreateSubType
lostmsu b4533c4
allocate space for GCHandle in instances of CLR Metatype (which are t…
lostmsu 0a3f044
classderived: handle tp_dealloc called after tp_clear
lostmsu 639236a
a few extra assertions
lostmsu 3069285
fixed crash in finalizer of CLR types defined in Python, that survive…
lostmsu 5c14aad
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 00c19d5
Merge branch 'master' into domain-reload-test-cases-fixes
BadSingleton 833e836
Fix break introduced by merge
BadSingleton 62ae107
Code review fixes
BadSingleton eedbae5
Merge remote-tracking branch 'upstream/master' into domain-reload-tes…
BadSingleton 73f39bc
Add the PID of the test runner
BadSingleton 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
Test runner docs fixes
- Loading branch information
commit 59e81e2823ec1d0bc6d9587ca1a2ed5406728d88
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.
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.
NIT: I might be more reliable to do
typeof(Py).Assembly.Location
.