We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Applying fantomas 2.7.1 to https://github.com/SteveGilham/altcover/blob/f1aa1e0a4a80a62abd5c07adf8f337fd0da025c6/AltCover/Runner.fs, the comment on line 638 ends up in a completely different part of the code (what was line 484), causing a build break, like this
match x.// And tidy up after everything's done Name with
The text was updated successfully, but these errors were encountered:
This is comments integrate bug.
There is also wrongly placed comment before that one:
interleave |> Seq.fold (fun (bev, // mocking points sq : XmlElement) x -> match x.// And tidy up after everything's done Name with
Something in formatted code at this point or before it put comment integrate alg out of sync.
Sorry, something went wrong.
Another reproduction: requires an identifier and negative counting range initialization
let test n = [ n..-1..1 ] let y = () // Some comments
let test n = [ n.// Some Comments .-1..1 ] let y = ()
Could not reproduce anymore online.
Please re-open if still a problem.
No branches or pull requests
Applying fantomas 2.7.1 to https://github.com/SteveGilham/altcover/blob/f1aa1e0a4a80a62abd5c07adf8f337fd0da025c6/AltCover/Runner.fs, the comment on line 638 ends up in a completely different part of the code (what was line 484), causing a build break, like this
The text was updated successfully, but these errors were encountered: