Original bug ID: 7793 Reporter:@hhugo Assigned to:@nojb Status: closed (set by @nojb on 2018-05-23T23:10:02Z) Resolution: fixed Priority: normal Severity: minor Category: tools (ocaml{lex,yacc,dep,debug,...}) Monitored by:@nojb
Bug description
The following program is accepted by the ocaml compiler but not by ocamldep
;;
;;2
The text was updated successfully, but these errors were encountered:
At first sight it seems the difference is that ocamldep parses .ml files using Parse.use_file and the compiler uses Parse.implementation. For .mli files both use Parse.interface.
Anyone remembers the reason for the different handling of .ml files?
Original bug ID: 7793
Reporter: @hhugo
Assigned to: @nojb
Status: closed (set by @nojb on 2018-05-23T23:10:02Z)
Resolution: fixed
Priority: normal
Severity: minor
Category: tools (ocaml{lex,yacc,dep,debug,...})
Monitored by: @nojb
Bug description
The following program is accepted by the ocaml compiler but not by ocamldep
The text was updated successfully, but these errors were encountered: