fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

Change realSig to be `false` by default

Open T-Gro opened this issue 1 year ago • 1 comments

This changes the default of realSig to be false until https://github.com/dotnet/fsharp/issues/17607 is resolved. Once a fix for https://github.com/dotnet/fsharp/issues/17607 is in place, it can change the default back to true.

With current state, compiled code could experience performance degradation at runtime.

T-Gro avatar Aug 29 '24 08:08 T-Gro

:warning: Release notes required, but author opted out

[!WARNING] Author opted out of release notes, check is disabled for this pull request. cc @dotnet/fsharp-team-msft

github-actions[bot] avatar Aug 29 '24 08:08 github-actions[bot]

Thanks, it's crucial we ship no known optimiser degradation. It might be too late for rc1 though, but rc2 should be fine.

vzarytovskii avatar Aug 29 '24 11:08 vzarytovskii