-
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 new language features for F# 5.0 #9827
Enable new language features for F# 5.0 #9827
Conversation
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.
This looks fine, but let's wait till we get all the nameof and open type updates in first.
@KevinRansom, regarding There is still one thing I'm not able to get working, which is integrating the similar usage through FSharp.Compiler.Service APIs, I was looking at getting a typed AST and compiled assembly from in-memory code buffer. After some testing there, Is there anything pending on this area or pointers that would help me figure out what I'm missing? Also, one thing which seems missing in FCS is ability to pass compiler flags or "project options" to the |
@smoothdeveloper , if you can put together a small repro, I will take a look. However, what used to work should still work. I haven't really done anything that should break existing code paths. |
c77198e
to
57367a6
Compare
* Update to fsharp5 * Update preview error messages * Update error messages * fix
KevinRansom commented 20 minutes ago
We have done final reviews for these features and are confident they are ready for F# 5.0
We will address remaining issues and updates as bug fixes.
The InterpolatedStrings and Slicing features will be reviewed before RTM in order to consider inclusion in F# 5.0
Kevin