Unify error and warning locations reporting in the console #7545
Labels
Component: Compilation
Related to compilation of Arduino sketches
feature request
A request to make an enhancement (not a bug fix)
At the moment, Compiler.java rewrites the location of an error (elision of the absolute file path), while leaving the location of a compiler warning in its raw form.
Would be nice to have all the paths elided, no?
Doing this would also simplify the task of jumping to warning locations from the console, as has been requested in #3383
The text was updated successfully, but these errors were encountered: