- Notifications
You must be signed in to change notification settings - Fork774
Config-less CoreCLR and improved runtime load message#1942
Config-less CoreCLR and improved runtime load message#1942filmor merged 3 commits intopythonnet:releasefrom
Conversation
filmor commentedSep 16, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@lostmsu Do you have any idea why this one doesn't run the CI? /edit: Sure, now it does :) |
lostmsu commentedSep 16, 2022
Can you point to the corresponding change in |
lostmsu commentedSep 16, 2022
I take it it is this one:pythonnet/clr-loader#31 |
25db74b tocc81b31Comparefilmor commentedSep 16, 2022
Meh, I'll have to test it tomorrow on a Windows machine, not really sure what I broke there (and why it works for the clr-loader CI). |
lostmsu commentedSep 16, 2022
Have you seen the cause of the exception?
|
filmor commentedSep 16, 2022
Nope, didn't see that one. Then I must have broken the wheel building somehow. I can see that the wheel does not include the file at all right now. So, 0.2.3 it will be ;) |
- Supports loading without explicitly specifying the runtime config now- Exposes information on the loaded runtime
cc81b31 tofd8fd3bCompareDareDevilDenis commentedSep 22, 2022
Hello. Does this change cause the following issue:pythonnet/clr-loader#35 |
Uh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
PYTHONNET_RUNTIME=coreclrorfrom pythonnet import set_runtime; set_runtime("coreclr")Does this close any currently open issues?
#1868
Checklist
Check all those that are applicable and complete.
AUTHORSCHANGELOG