-
Building menhir using the fix for ocamlfind in #9013 leads to the following error:
```
make default/.pkg/menhir/target [_private] (exit 2)
(cd _build/.sandbox/4b479b3ee85eeaff6a644baf630f7f…
-
Using opam master:
```
$ opam pin add https://gitlab.inria.fr/fpottier/menhir/-/archive/20211223/archive.tar.gz
No package build needed.
Nothing to do.
```
does not do anything. Whereas:
```
…
-
`make install` requires `scripts/install/install-sh`
```
$ make install
! grep -P '\t' src/*.ml src/*.mli
ocamlbuild -pkg core_kernel -pkg sexplib.syntax,comparelib.syntax,fieldslib.syntax,variantsli…
-
Looks like my CPU is not supported by ocalm, but I need it to compile some apps.
This is the error:
```
/usr/bin/ld: warning: -z pack-relative-relocs ignored
Successfully remade target fi…
-
I am failing to rebuild ocaml libs using provided instructions.
I am on the master branch, using Ubuntu 20.04, python 3.8.10, opam version 2.0.5, ocaml version 4.06.1. I am not using Singularity as i…
-
## Expected Behavior
I would expect `dune fmt` or `dune build @fmt` to never build anything.
(This is an assumption made by OCaml-CI for the `lint-fmt` job. cc @maiste)
## Actual Behavior
Menhir…
-
## Desired Behavior
Have builtin rules for `.messages` files produced by menhir (cf [menhir's manual](http://cambium.inria.fr/~fpottier/menhir/manual.html#sec67) ). This would include:
- generat…
-
css_parser.mly parses stylesheets/selectors/declarations/properties and values
Parser.re currently parses (and type-checks) properties + values (there's code in Parser.re that might make it possibl…
-
See [this Stackoverflow question](http://stackoverflow.com/questions/40604749/how-to-use-menhir-error-messages-generation-via-ocamlbuild): the last version of Menhir has an error-message-generation in…
-
## Expected Behavior
Dune should not crash with an unhandled exception when the `(env ...)` stanza of dune-workspace mentions `menhir_flags`
## Actual Behavior
Dune crashes when `menhir_flags` …