v5.0.0-alpha-008
Pre-release
Pre-release
nojaf
released this
28 May 16:45
·
139 commits
to master
since this release
5.0.0-alpha-008
Hello,
This alpha has some stylistic changes, driven by the F# style guide.
Every change to the style guide is being discussed over at fsharp/fslang-design, please participate if this is of interest to you.
Fantomas.Extras
was removed and we swapped the .fantomasignore
rule parser.
Please let us know on Discord if something is not working out as expected.
Cheers,
The Fantomas team
Fixed
- Superfluous space between negate and RationalConst. #2265
- Idempotency problem with ParsedHashDirective in signature file. #2258
- Keyword 'override' gets changed to 'member'. #2221
Changed
- Formatting of multi-constrained SRTP functions needs improvement. #2230
- Try/With with a single clause. #1881
- Long type argument with constraints is not respecting max_line_length. #2266
- Long function argument with constraints is not respecting max_line_length. #2267
Removed
- Remove Fantomas.Extras. #2269
Special thanks to @dawedawe!