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: dotnet/linker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 27ce032
Choose a base ref
...
head repository: dotnet/linker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2db841f
Choose a head ref
  • 2 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 12, 2022

  1. Add a test which uncovered stack overflow in 7.0 (#3156)

    Recurisve generics with interface marking annotation used to cause stackoverflow in the linker.
    The test now passes since the problem was fixed in #3073
    vitek-karas authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    dde6d62 View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/arcade build 20221…

    …209.3 (#3159)
    
    [main] Update dependencies from dotnet/arcade
    dotnet-maestro[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2db841f View commit details
    Browse the repository at this point in the history
Loading