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
Issue created from fantomas-online
// Maybe computation expression builder, copied from ExtCore library /// https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs [<Sealed>] type MaybeBuilder() = class end
// Maybe computation expression builder, copied from ExtCore library /// https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs /// https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs /// https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs /// https://github.com/jack-pappas/ExtCore/blob/master/ExtCore/Control.fs [<Sealed>] type MaybeBuilder() = class end
Something's causing the ///-comment for the type here to be replicated. In the actual source (FSAC), this comment line was duplicated ~150 times.
It can be worked around by making the //-comment line a ///-comment line instead, which preserves the correct behavior.
Fantomas master branch at 2022-03-11T15:23:45Z - 1531c68
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
Don't collect triple slash comment in LineComments active pattern. Fixes
f12ce8e
fsprojects#2152.
9059695
#2152. (#2153)
Hey Chet, thanks for raising this issue. I want to follow up shortly on all the XML document problems so I released https://www.nuget.org/packages/fantomas-tool/4.7.3.
Sorry, something went wrong.
1e359a5
fsprojects#2152. (fsprojects#2153)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Something's causing the ///-comment for the type here to be replicated. In the actual source (FSAC), this comment line was duplicated ~150 times.
It can be worked around by making the //-comment line a ///-comment line instead, which preserves the correct behavior.
Extra information
Options
Fantomas master branch at 2022-03-11T15:23:45Z - 1531c68
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: