-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[main] Update dependencies from dotnet/linker #24024
[main] Update dependencies from dotnet/linker #24024
Conversation
…218.2 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22118.2
Notification for subscribed users from /~https://github.com/dotnet/linker:Action requested: Please take a look at this failing automated dependency-flow pull request's checks; failures may be related to changes which originated in your repo.
|
…221.1 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22121.1
…221.2 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22121.2
…222.1 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22122.1
…223.1 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22123.1
…223.2 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22123.2
@vitek-karas @AntonLapounov It looks like there may be a lot of flaky errors, but this one seems real. Could you take a look?
|
The new version of ILLink slightly changes the formatting of warning messages (we add space after comma in a method signature). This has very low probablity of actually breaking anybody, but the test infra compares strings directly, so it noticed. This change updates the expected warnings with the new format. It also removes an expected warning which is no longer generated.
I pushed a commit which fixes some of the warnings (we changed the text format of the warning message slightly). @sbomer, @tlakollo could you please review the test fix in 3f4ffad? |
Looks good to me, although the runtime build is failing, we might want to add the additional warnings to unblock sdk. We allow missing warnings so eventually we would only comeback and remove them once runtime has the fix |
…224.1 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22124.1
…224.3 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22124.3
…224.4 Microsoft.NET.ILLink.Analyzers , Microsoft.NET.ILLink.Tasks From Version 7.0.100-1.22118.1 -> To Version 7.0.100-1.22124.4
…going to be supressed from runtime and they can be removed from the test
I added the additional warnings, seems like the runtime issue is still unresolved and won't be able to merge for now. This PR is blocking already #24091 so better to get it going |
Thanks @tlakollo! |
This pull request updates the following dependencies
From /~https://github.com/dotnet/linker