Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Update FSharp.Compiler.Services to 32.0 #8864

Open
Happypig375 opened this issue Oct 8, 2019 · 6 comments
Open

Update FSharp.Compiler.Services to 32.0 #8864

Happypig375 opened this issue Oct 8, 2019 · 6 comments

Comments

@Happypig375
Copy link
Contributor

Happypig375 commented Oct 8, 2019

So that F# 4.7 features can be used.

VS bug #998634

@knocte
Copy link
Contributor

knocte commented Oct 13, 2019

Will this be configurable at the project level?

@nosami
Copy link
Member

nosami commented Nov 6, 2019

FCS is needed by the IDE functions such as highlighting.

F# 4.7 is needed for building. F# 4.7 doesn't work on Mono but does for dotnet.

So even if we updated FCS to 32.0, it still wouldn't be possible to use F# 4.7 features for Mono apps.

@nosami
Copy link
Member

nosami commented Nov 6, 2019

Will this be configurable at the project level?

It should be possible to use the FSharp.Compiler.Tools package at the project level, but it looks like that only supports up to F# 4.5 at the moment.

@knocte
Copy link
Contributor

knocte commented Nov 7, 2019

It should be possible to use the FSharp.Compiler.Tools package at the project level, but it looks like that only supports up to F# 4.5 at the moment.

I think you didn't understand me. I meant: will the developer be able to configure his F# project as "4.5"-only so that if a 4.7 feature is used, the compiler whines?

@Happypig375
Copy link
Contributor Author

LangVersion only supports F# 4.6+. i.e. You can only do this for 4.6 or 4.7.

@Szer
Copy link

Szer commented Apr 3, 2020

Any updates on this? Seems abandoned

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants