You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain tests (6056c45, 6ed642e) needed to be run with langversion preview in #16650 to update their IL baselines. This should changed to the specific language version in these tests once the LowerIntegralRangesToFastLoops feature is out of preview — likely F# 9. (Ctrl + Shift + F for this issue number in the source.)
The text was updated successfully, but these errors were encountered:
We don't want to remove them, but rather change them to using specific language (withLanguageVersion x.x), so we are sure we don't degrade any previous codegen/typechecking/etc.
brianrourkeboll
changed the title
Remove withLangVersionPreview from emitted IL tests when LowerIntegralRangesToFastLoops is out of previewwithLangVersionPreview → withLangVersion in emitted IL tests when LowerIntegralRangesToFastLoops is out of preview
Mar 8, 2024
Certain tests (6056c45, 6ed642e) needed to be run with langversion
preview
in #16650 to update their IL baselines. This should changed to the specific language version in these tests once theLowerIntegralRangesToFastLoops
feature is out of preview — likely F# 9. (Ctrl + Shift + F for this issue number in the source.)The text was updated successfully, but these errors were encountered: