We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems *.mly files must at the same level of _build directory?
*.mly
_build
src/jbuild file:
(jbuild_version 1) (executable ((name main))) (menhir ((merge_into parser) (modules (tokens parser))))
error message:
jbuilder build src/main.exe menhir src/parser.{ml,mli} (exit 1) (cd _build/default && /Users/wenyuxiang/.opam/4.05.0/bin/menhir --base parser tokens.mly parser.mly) Error: parser.mly: No such file or directory
@rgrinberg
The text was updated successfully, but these errors were encountered:
Sorry, I didn't see #258 yet.
Sorry, something went wrong.
Expose bug described in #264
726e738
Fix #264
30076e7
Actually it was a different bug. It's not fixed
No branches or pull requests
Seems
*.mly
files must at the same level of_build
directory?src/jbuild file:
error message:
@rgrinberg
The text was updated successfully, but these errors were encountered: