We are considering changing the format of diagnostics reported by the compiler tools. This change is in an effort to standardize all diagnostic messages generated by the tools. Currently, the shell reports diagnostics with either a prefix of ERROR or >>ERROR, depending on the context. Other tools use just the all CAPS ERROR:, and the linker uses error: for its prefix. We are planning on changing to the format used by the linker. The diagnostics generated during parsing will not be affected.
I would like to get any feedback regarding this change. Our biggest concern is that we will break some user's process because they are parsing our diagnostic messages. While we are concerned about these issues, we believe that having a consistent diagnostic format will result in a better user experience moving forward.
Regards,
Cody Addison