-
Notifications
You must be signed in to change notification settings - Fork 512
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
Can't printAST from stdin (Paths.get(fileName).parent must not be null) #528
Comments
@jacquerie Thanks for the report; this is indeed a regression in 0.34.0. We have one other possible regression (#526), so I'll put up a fix for this one, and assuming that one also needs a fix, we can push out a 0.34.1 sometime this week. In the meantime, |
shashachu
added a commit
to shashachu/ktlint
that referenced
this issue
Jul 16, 2019
* Fixes pinterest#528 * Also properly pass through `--debug` flag from `printAST` command * Small cleanup of unused variable
shashachu
added a commit
to shashachu/ktlint
that referenced
this issue
Jul 16, 2019
* Fixes pinterest#528 * Also properly pass through `--debug` flag from `printAST` command * Small cleanup of unused variable
shashachu
added a commit
that referenced
this issue
Jul 17, 2019
* Properly handle --stdin flag for printAST command * Fixes #528 * Also properly pass through `--debug` flag from `printAST` command * Small cleanup of unused variable * move stdin to constant
sowmyav24
pushed a commit
to sowmyav24/ktlint
that referenced
this issue
Jul 18, 2019
* Properly handle --stdin flag for printAST command * Fixes pinterest#528 * Also properly pass through `--debug` flag from `printAST` command * Small cleanup of unused variable * move stdin to constant
orchestr7
pushed a commit
to saveourtool/diktat
that referenced
this issue
Jun 29, 2020
* Properly handle --stdin flag for printAST command * Fixes pinterest/ktlint#528 * Also properly pass through `--debug` flag from `printAST` command * Small cleanup of unused variable * move stdin to constant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The very example from the README (https://github.com/pinterest/ktlint#ast) does not appear to work with the latest
ktlint
installed through Homebrew:The text was updated successfully, but these errors were encountered: