Fabrice Le Fessant

Results 47 comments of Fabrice Le Fessant

Done in #133 with relative paths to the directory containing the drom.toml file. Note that `drom package --skip X` will add `A` into the project skip list, not the package...

Yes, we need to push a new version in `opam` ! It will be 0.5.0 because 0.4.0 has been in dev too long.

Done in #133 with backward compatibility when a string is provided

No, there are no such arguments to `drom new`, but I will add them: `--edition XXX` or a `--min-edition XXX` if I understand correctly. For the update, I think you...

Unfortunately, there is currently no way to specify a directory for a package outside of the package directory itself. So, it would probably be stored as `src/PACKAGE/test/cram.t/` instead.

In another project, I found: ``` dune-trailer = """(menhir (modules preproc_tokens grammar_common preproc_grammar) (merge_into preproc_grammar) (flags --table --external-tokens Preproc_tokens)) (menhir (modules preproc_tokens) (flags --only-tokens)) """ ```

and worse: ``` (menhir (modules grammar_tokens grammar_common grammar) (merge_into grammar) (flags --inspection --cmly --table --external-tokens Grammar_tokens --unused-tokens)) (menhir (modules grammar_tokens) (flags --inspection --table --only-tokens)) (rule (targets text_keywords.ml) (enabled_if ( %{profile}...

Ok, the last rules are probably not really related to `menhir` itself, but use `merlin` stuff built for it...

Indeed, `ez_config` is there, but not used at all...

Note that I would advise not to use the `opam` version, but install it outside of opam trees, as `drom` has no dependency inside its switch (current version is supposed...