Uh oh!
There was an error while loading. Please reload this page.
Added langversion preview for FCS tests --- keep this open until we understand the failures - #10140
Added langversion preview for FCS tests --- keep this open until we understand the failures#10140ncave wants to merge 1 commit into
Conversation
KevinRansom
commented
Sep 17, 2020
@ncave , I think the individual test case needs to specify the version of F# that it needs. That way can have tests that ensure we don't break the old mechanism. So I don't think this is such a great idea. |
ncave
commented
Sep 17, 2020
@KevinRansom Perhaps, although it would be nice to test backwards compatibility of preview features and make sure they're not breaking existing tests. Feel free to close this PR, it was just meant to illustrate that some FCS tests are currently broken in this feature branch with |
KevinRansom
commented
Sep 17, 2020
KevinRansom
commented
Sep 17, 2020
@ncave, nope, gonna keep it open for a bit, to ensure we figure out the failures. Since the FSharp5 PR didn't see these same failures. |
dsyme
commented
Oct 25, 2020
I have fixed this as part of #9510 |
--langversion:previewfor FCS tests.