Julien Blond

Results 19 issues of Julien Blond

```sh drom run -- test ``` should be used to validate drom before any release.

Is it possible to change the dune version in order to use cram tests ?

## Expected Behavior Bound dependencies in test stanza should not depend on .expected file presence. ## Actual Behavior When .expected file is present, bound dependency variables are forgotten. ## Reproduction...

The `dune-lang` specification was not handled correctly. The legacy key was not handled properly and the generated dune lang version didn't use the semver minor number which is meaningful for...

bug

```sh $ drom --version 0.9.1 ``` But the bug is here since 0.8.0 at least. ```sh $ drom build --help > /dev/null cmdliner error: unescaped '$' in "Install all the...

bug
documentation

Following the PR https://github.com/OCamlPro/drom/pull/197, I suppose it would be nice to have a proper support to `menhir` as OCaml is often used DSL developments. I may suggest adding to `package.toml`...

enhancement

Would be nice to add cram in squeletons which would generate the folowwing defaults per program package: - `tests/output-tests/XXX/cram.t/run.t` - `tests/output-tests/XXX/dune` with ```sh $ cat dune (cram (deps %{bin:xxx})) ```...

enhancement

Drom uses too much hardcoded/assumed stuff preventing an efficient tests (like with cram tests) or security developement integrations. AFAIK, a packaging effort is needed by : - not relying on...

enhancement

The `drom-version` should be set accordingly.

bug