-
Notifications
You must be signed in to change notification settings - Fork 789
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
Enable f sharp70 #13688
Enable f sharp70 #13688
Conversation
KevinRansom
commented
Aug 14, 2022
- Update F# Language version to 7.0
- Update FSharp.Core to 7.0.0.0
- Update FSharp.Core.nuget to 7.0.0
- Update FCS Compiler Package to 42.7.100.0 - aligned with dotnet 7.0.100 sdk
- Fix fsharp.core assembly version on proto build to match version shipped with vs, remove nuget package hack
- Fix tests that use preview to use LangVersion70.
Is this per chance the reason why local If not, I’ll continue research why this happens, or report separately. |
It sounds like proto compiler not being rebuild, and older one is used. |
@vzarytovskii, that was my initial thought. I’ll doublecheck if all artefacts get properly removed with |
@vzarytovskii: sorry for the noise. Somehow I had more recent |
// F# preview | ||
LanguageFeature.FromEndSlicing, previewVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move the from end slicing too? I thought it needs some work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
tests/fsharp/typecheck/sigs/temp
Outdated
@@ -0,0 +1,116 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are temp and temp2 sigs here on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
@@ -2555,7 +2555,6 @@ namespace Microsoft.FSharp.Collections | |||
/// <param name="offset">The offset from the end.</param> | |||
/// | |||
/// <returns>The corresponding index from the start.</returns> | |||
[<Experimental("Experimental library feature, requires '--langversion:preview'")>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the from end slicing remains in preview, shall those methods too?