-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add support for mono_set_dirs #43
Conversation
Could you add a small test for this? |
@filmor sure! Do I need to checkout & install an alternative mono binary for the test or could I just point it to system mono? |
Just point at the system mono, I just want to be sure that the call itself succeeds. |
@filmor ok will do. I am setting up a docker image to see where the system mono usually is. I added another mono API |
@filmor tests added |
@filmor the test failures appear to be unrelated. Do I need to edit any changelog? |
I fixed the unrelated test failures. I don't keep a separate Changelog from the autogenerated ones from Github, I think that's fine for a repo of this size :) Thank you for your contribution, I'll cut a release this week. |
This allows pythonnet to work in the version of mono we ship with the unified install I made the change in clr_loader in this PR: pythonnet/clr-loader#43
Fixes #27