Enable new language features for F# 5.0#9827
Enable new language features for F# 5.0#9827KevinRansom merged 5 commits intodotnet:release/dev16.8from
Conversation
|
@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