Highlights
- Arctic Code Vault Contributor
Pinned
289 contributions in the last year
Contribution activity
January 2021
Created 2 commits in 1 repository
Opened 1 pull request in 1 repository
G-Research/fsharp-formatting-conventions
1
merged
Reviewed 4 pull requests in 4 repositories
G-Research/TypeEquality 1 pull request
G-Research/fsharp-formatting-conventions 1 pull request
fsprojects/fantomas 1 pull request
Smaug123/ClassicalCiphers.jl 1 pull request
Created an issue in fsprojects/fantomas that received 8 comments
Indentation of Else block
Issue created from fantomas-online Code let foo () = if a then 3 else doThing() 5 Result let foo () = if a then 3 else doThing () 5 Problem descr…
•
8
comments
Opened 12 other issues in 1 repository
fsprojects/fantomas
9
open
3
closed
- Lists concatene onto one line invalidly
- Accessibility modifier on record causes unindentation of following type
- Long line breaks match
- Long line causes offside error
- Invalid addition of a space after constructor invocation
- Nested matches format into something invalid
- "Inline" is incorrectly stripped out in FSI file
- Multiple type checks in a `try/with` get collapsed
- Short line length and member constraint leads to invalid code
- Fantomas formats with an error for very long DU case match
- Fantomas errors out on `new Foo ""`
- Aesthetics of long members in a type declaration