-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nimpretty status? #7420
Comments
Yep, and a dedicated repo for the project should be made too. @Araq prefers to keep things in the Nim repo though :/ |
Planned and the biggest blocking issue is still comment handling. Once that is solved, I will run it on every .nim file I can get my hands on and try to get it into production quality. |
Will you also move it into a Nimble repo to make contribution easier? |
@dom96 nimpretty is baked into the compiler, so I doubt that's possible. All the work is done by |
@GULPF |
Question has been answered. |
I'm looking for a tool like D's
dfmt --inplace
orgofmt
to format code.I found nimpretty but couldn't find much information on it;
it's not installed via
brew install nim
(which installs nim and nimble and nimgrep) which makes me think it's not ready yet.just found these links:
There was the nim pretty command, but it had enough problems that it was deprecated/removed
)some progress on the nimpretty tool; still not ready
so is that feature planned, what works/doesn't?
also, shouldn't dedicated github issue project be used for project specific things such as nimpretty? (eg there's no existing label
nimpretty
)The text was updated successfully, but these errors were encountered: