François Pottier

Results 92 comments of François Pottier

I *think* I am using `dune` 2.2.0, from this switch. ``` $ which dune /home/fpottier/.opam/4.09.0+bytecode-only/bin/dune $ dune --version 2.2.0 ```

Could you try `menhir -O 0` or `menhir -O 1` and let me know if the build times are better?

(The default level is `-O 2`, which is sometimes costly.)

Thanks. I will probably have to make `-O 1` the default.

Hi! At a semantic level, this may raise some questions, e.g.: if several successive clauses involve the same expression `e`, is this expression executed once or several times? As in,...

I am not sure if they create their files in _build in the first place, or if they get confused after ocamlbuild copies their files into _build. I think at...

I have posted an answer on StackOverflow. In short, there are generic rules in Menhir's own myocamlbuild.ml, which could possibly move into ocamlbuild's standard set of rules. My naming convention...

Hi Gabriel, Le 16/11/2016 23:12, Gabriel Scherer a écrit : > a PR from you -- if you think this is a legitimate request for Menhir users > would be...

Hello! I am not sure if this is the right place to ask this question, but in general, it would be good to be able to control how `include S`...