-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Consider supporting GNU-style error messages #6518
Copy link
Copy link
Closed
Description
Original bug ID: 6518
Reporter: @gasche
Status: acknowledged (set by @gasche on 2014-08-21T05:47:51Z)
Resolution: open
Priority: normal
Severity: feature
Category: compiler driver
Duplicate of: #5070
Related to: #6087
Monitored by: @yakobowski
Bug description
In PR #6087 Daniel Bünzli requested the use of the more standard GNU-style error messages, which have the advantage of being recognized by tools without specific configuration -- while the error-message-regexp that Emacs uses to match OCaml error messages recently changed and could require upstream change as well.
Additional information
(Note that even if a compiler-wide switch happens, ocamlbuild will need to be changed separately as it embeds its own error-location printing routines in ocamlbuild/loc.ml)
Reactions are currently unavailable