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: 979099a
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: 690a756
Choose a head ref
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    435b6b3 View commit details
    Browse the repository at this point in the history
  2. Switch to Furo theme and use custom step (#33)

    The "published" step uses an ages old version of Sphinx (2.2.4). This
    should also fix issues with links to referenced functions.
    filmor authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    c1e3375 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    1df0f23 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    cba6ebf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Define self._handle up-front to prevent warning in __del__

    Since initialization failures happen (usually) in `get_handle`, the
    instance would not have a proper `self._handle` defined and fail on
    `__del__` which checks for this field's value.
    filmor committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9c24c89 View commit details
    Browse the repository at this point in the history
  2. Allow loading libhostfxr directly from the dotnet_root

    This is a prerequisite to load self-contained components (which is still
    not supported upstream, though).
    filmor committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    15ede71 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Format

    filmor committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    ba0a353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba68d16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e7b2f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Add deployment to CI

    filmor committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    690a756 View commit details
    Browse the repository at this point in the history
Loading