-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Fantomas hangs indefinitely when run #459
Comments
Did you built from the master branch or the trivia? |
master |
Could you try the trivia branch? If you there encounter a problem that you can share with us, we can act upon it. Otherwise I don't really see the call to action here. |
While experimenting with this, I tried running |
Interesting. Can reproduce (in Don't know if it is even possible to debug this, and if it is that important issue. |
Yeah I wouldn't know where to start with debugging this, and whether the problem is within the scope of this repo at all, but I thought it would be useful to document what I had discovered, in case anyone else encounters this and starts googling, because I couldn't find any mention of it elsewhere. |
I'm going to close this as it doesn't sound actionable to me. |
Description
After installing
fantomas-tool
, when runningfantomas
against a file or folder, the process hangs indefinitely, with no output being produced, the process needs to be given a force quitctrl-c
to return back to the terminal.Repro code
I have tried with both the stable channel and the preview release of
fantomas-tool
. I cloned the repo to try some further debugging. Runningbuild.sh
was successful, with all tests passing. After building, if I then run the builtfantomas-tool.dll
directly against a file,fantomas
seems to operate correctly, and produces a formatted F# source file.Windows 10
.NET Frameworks 4.6.1 (and later) SDKs and targeting packs are installed.
.NET Core 2.1 and 2.2 are installed.
The text was updated successfully, but these errors were encountered: