Uh oh!
There was an error while loading. Please reload this page.
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.
abelbraaksma
commented
Aug 14, 2022
Is this per chance the reason why local If not, I’ll continue research why this happens, or report separately. |
vzarytovskii
commented
Aug 14, 2022
It sounds like proto compiler not being rebuild, and older one is used. |
abelbraaksma
commented
Aug 14, 2022
@vzarytovskii, that was my initial thought. I’ll doublecheck if all artefacts get properly removed with |
abelbraaksma
commented
Aug 14, 2022
@vzarytovskii: sorry for the noise. Somehow I had more recent |
| LanguageFeature.SelfTypeConstraints, languageVersion70 | ||
| // F# preview | ||
| LanguageFeature.FromEndSlicing, previewVersion |
There was a problem hiding this comment.
Should we move the from end slicing too? I thought it needs some work?
| @@ -0,0 +1,116 @@ | |||
There was a problem hiding this comment.
Are temp and temp2 sigs here on purpose?
| /// <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.
Since the from end slicing remains in preview, shall those methods too?