Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn 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/clr-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: pythonnet/clr-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.5
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 3, 2023

  1. Run test for autogenerated config in subprocess (#47)

    Only a single version of a dotnet-core runtime can be loaded at a given
    time. This off-loads one of our tests to a subprocess (the same pattern
    would work if we did this for the other test). Could be cleaner, but
    this will do for now.
    filmor authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c5d1a92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b4649 View commit details
    Browse the repository at this point in the history
  3. Add support for mono_set_dirs (#43)

    * add support for mono_set_dirs
    * add set_signal_chaining flag
    * add tests
    koubaa authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    717e797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56d77c View commit details
    Browse the repository at this point in the history
Loading