Original bug ID: 4518 Reporter:@dbuenzli Status: acknowledged (set by @damiendoligez on 2008-03-07T12:36:25Z) Resolution: open Priority: normal Severity: feature Category: ocamldoc Tags: junior_job Related to:#6069
Bug description
Related to #4515 the format used by ocamldoc to report errors does not allow to use emacs' next error to directly jump at the location. E.g. :
/Users/dbuenzli/devel/xmlm/src/xmlm.mli : Syntax error in text:
Same as {!input_tree} but reads a complete {{:#TYPEsignal}valid}
sequence of signals.
{b Raises {!Error} on input errors.
line 3, character 39:
{b Raises {!Error} on input errors.
should be something like :
File "src/xmlm.mli", line 3, character 39:
...
Thanks,
Daniel
The text was updated successfully, but these errors were encountered:
Original bug ID: 4518
Reporter: @dbuenzli
Status: acknowledged (set by @damiendoligez on 2008-03-07T12:36:25Z)
Resolution: open
Priority: normal
Severity: feature
Category: ocamldoc
Tags: junior_job
Related to: #6069
Bug description
Related to #4515 the format used by ocamldoc to report errors does not allow to use emacs' next error to directly jump at the location. E.g. :
/Users/dbuenzli/devel/xmlm/src/xmlm.mli : Syntax error in text:
Same as {!input_tree} but reads a complete {{:#TYPEsignal}valid}
sequence of signals.
line 3, character 39:
{b Raises {!Error} on input errors.
should be something like :
File "src/xmlm.mli", line 3, character 39:
...
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: