-
Notifications
You must be signed in to change notification settings - Fork 301
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
Does Fable provide a version of FSharp.Compiler.Service? #3264
Comments
The FCS embedded within dotnet fable tool is almost the same as the "official" with a few minor tweaks to help watch compilations, so they shouldn't be unsupported features (as long as we keep FCS in sync). Unfortunately, it's tricky to provide a version because @ncave just syncs periodically with dotnet/fsharp/main, sometimes this means Fable provides feature before a new FCS package has been released. But it's true at least we should provide a commit hash 😅 |
Sorry, closed by mistake. Please feel free to make further questions or suggestions. |
I have similar question of slightly different nature. Why there 2 verison of FSC in Fable repo.
|
Both of these forks are frequently rebased to |
Is there a way how, for example light FSC facade` can be upstreamed or being depends on vanilla FSC from some version nfrom F# main. Reason why I'm asking is that I have experiment on creation of F# dialect based on Ukrainian keywords. Frankly it's easy and I do that in my own fork. NP. I did try to customize Fable Repl to use my F# fork. That was successful, but now I have
Reason why I speculate that maybe ncave/fsharp can be not used is initially I miss instructions in lib/fsc folder and try to replace content of Would this kind of attempt to unify at least one location desirable? |
@kant2002 It's unlikely that either of those F# forks that Fable uses can be pushed upstream (although I did try, unsuccessfully, way back in the past), as they mainly provide functionality to Fable. That said, those forks can be fairly easily rebased on top of (or below) your custom FCS version (if your FCS is recent enough, as there is a lot of churn in You don't have to modify P.S. Replacing the F# keywords sure looks fun, was this the only change needed in |
Does Fable provide a version of
FSharp.Compiler.Service
?If so, what version is it?
And are any notable features not supported?
The text was updated successfully, but these errors were encountered: