-
Notifications
You must be signed in to change notification settings - Fork 55
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
Errors when building aren't linked or aggregated #350
Comments
Hi @zellyn, Thanks for the report.
Currently the plugin only parses line with intellij-pants-plugin/src/com/twitter/intellij/pants/execution/PantsMakeBeforeRun.java Line 75 in 67c6d81
However, if it does not work for you. Please kindly attach some examples or screenshots.
That is by design, because formatting in UI is hard to do and does not provide consistent experience with the command line. |
|
What version of pants is this? The code is working correctly, but it seems that it's no longer |
Ugh. It's probably because we're on an old (very lightly forked) version: |
Hmmm. More info. The error message format seems to vary depending on whether you use zinc or javac. We use javac (support for which just got merged two weeks ago). |
Interesting, so we can probably add |
any update on this? |
The closest issue I could find is #34, which is old, closed, and implies that the problem should be fixed. However, when I compile directly or as part of running a test, the pants errors are simply printed in the window named "Pants Console:". They are not clickable. There is also no list of errors in any UI element.
The text was updated successfully, but these errors were encountered: