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: gluck/il-repack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.33
Choose a base ref
...
head repository: gluck/il-repack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.34
Choose a head ref
  • 11 commits
  • 7 files changed
  • 1 contributor

Commits on May 29, 2024

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

Commits on Jun 10, 2024

  1. Refactor variable names

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    119fe19 View commit details
    Browse the repository at this point in the history
  2. Extract subexpression

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    74f01fa View commit details
    Browse the repository at this point in the history
  3. Rename

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6e9a477 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b5ce58f View commit details
    Browse the repository at this point in the history
  5. Rename

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9725397 View commit details
    Browse the repository at this point in the history
  6. Rename

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6721905 View commit details
    Browse the repository at this point in the history
  7. Unify code paths

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    13eaed2 View commit details
    Browse the repository at this point in the history
  8. Inline method

    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    606d20b View commit details
    Browse the repository at this point in the history
  9. Store exported type mapping even for type forwarders to the target as…

    …sembly
    
    If we have a TypeForwardedTo and the destination assembly is being merged, we used to skip the mapping from the original exported type to the destination.
    
    Because of that we didn't properly rewrite references to the type that was forwarded. Now we store the export mapping even if the destination is inside the target assembly, this way we can properly rewrite all references to it.
    
    Fixes #359
    KirillOsenkov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    70bb81c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    795708a View commit details
    Browse the repository at this point in the history
Loading