Expose bug described in #264

This commit is contained in:
Jeremie Dimino 2017-09-29 11:28:36 +01:00
parent 8383a00e4c
commit 726e738bb6
8 changed files with 8 additions and 19 deletions

View File

@ -1,18 +1,7 @@
$ $JBUILDER build -j1 test.exe --root . --debug-dependency-path
ocamllex lexer1.ml
ocamllex lexer2.ml
menhir test_base.{ml,mli}
menhir test_menhir1.{ml,mli}
ocamldep test.depends.ocamldep-output
ocamldep test.dependsi.ocamldep-output
ocamlc test_menhir1.{cmi,cmti}
ocamlc test_base.{cmi,cmti}
ocamlopt test_menhir1.{cmx,o}
ocamlc lexer1.{cmi,cmo,cmt}
ocamlopt test_base.{cmx,o}
ocamlc lexer2.{cmi,cmo,cmt}
ocamlopt lexer1.{cmx,o}
ocamlopt lexer2.{cmx,o}
ocamlc test.{cmi,cmo,cmt}
ocamlopt test.{cmx,o}
ocamlopt test.exe
$ $JBUILDER build -j1 src/test.exe --root . --debug-dependency-path
ocamllex src/lexer1.ml
ocamllex src/lexer2.ml
menhir src/test_base.{ml,mli} (exit 1)
(cd _build/default && C:\OCaml64\home\dimin\.opam\4.05.0+mingw64c\bin\menhir.exe --base test_base --explain tokens.mly parser.mly)
Error: parser.mly: No such file or directory
[1]

View File

@ -11,4 +11,4 @@
(modules (tokens parser))))
(executables
((names (test))))
((names (test))))