salesforce / bazel-jdt-java-toolchain

Eclipse Java Compiler (ECJ) for Bazel
Apache License 2.0
9 stars 6 forks source link

Output compile errors in parseable 'emacs' format #2

Closed cyberfox closed 2 years ago

cyberfox commented 2 years ago

The default error format for compile errors is difficult to parse, and not automatically picked up by IDEs. This change makes the error format similar to the 'emacs' error format used by GCC and other compilers, so that in-IDE use can directly go to compile errors.