Skip to content
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

Work around F# ildasm/ilasm round-trip test failure #107692

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

BruceForstall
Copy link
Member

An F# compiler change caused significant generated IL change and an ildasm/ilasm round-trip test failure. Adding
<RealSig>false</RealSig> reverts to the previous F# codegen and fixes the problem.

Tracking: #106601

An F# compiler change caused significant generated IL change and
an ildasm/ilasm round-trip test failure. Adding
`<RealSig>false</RealSig>` reverts to the previous F# codegen
and fixes the problem.

Tracking: dotnet#106601
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 11, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@BruceForstall
Copy link
Member Author

@dotnet/jit-contrib @JulieLeeMSFT PTAL

@BruceForstall
Copy link
Member Author

/ba-g Unrelated test hang -- no "retry" button given

@BruceForstall
Copy link
Member Author

@dotnet/jit-contrib ping

@BruceForstall BruceForstall merged commit ca00ae3 into dotnet:main Sep 12, 2024
86 of 88 checks passed
@BruceForstall BruceForstall deleted the Fix106601b branch September 12, 2024 16:51
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
An F# compiler change caused significant generated IL change and
an ildasm/ilasm round-trip test failure. Adding
`<RealSig>false</RealSig>` reverts to the previous F# codegen
and fixes the problem.

Tracking: dotnet#106601
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
An F# compiler change caused significant generated IL change and
an ildasm/ilasm round-trip test failure. Adding
`<RealSig>false</RealSig>` reverts to the previous F# codegen
and fixes the problem.

Tracking: dotnet#106601
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants