-
I tried running this on dune and i think because of the different (fictional languages) it failed giving an offset close to a minute. Adding in an option to select that language it should use for sync…
-
Have opened a glideinwms issue against this. This is a long standing "feature" of glideinWMS that needs to get de-featured.
-
I'm getting the linker error `ld: Error: unable to disambiguate: -shared-libgcc` when trying to create a `.o` file with `(modes object)`.
I'm not sure that the issue is with Dune, but I'm hoping you …
-
The default help provided by **dune** is not detailed enough.
It would be great if we could type `dune help` and this would open a browser window showing dune documentation. These would be the same…
-
# Confusion
1. dune docs made me think that `(run )` would work as long as `` existed as a file under the workspace folder. Various experiments revealed that doesn't work.
2. Because of build hyg…
-
Something to build executables in `$TMPDIR` and run them which could look like:
```ocaml
#! /usr/bin/env dune-run
#! dune-run --libraries cmdliner,base
let () = print_string "Hello world\n"
…
-
## Expected Behavior
When `(using mdx 0.1)` the files listed in the mdx stanza should be checked for existance and if they can't be generated an error should be raised.
## Actual Behavior
T…
-
## Desired Behavior
When building a target with the `--trace-file` option, dune currently logs the time taken when running an external process (nproc, ocamldep, ocamlopt, ...). But it doesn't con…
Khady updated
9 months ago
-
Using mirage-skeleton's `hello` project as an example, adding a simple local dune library such as:
```
$ mkdir lib
$ echo "(library (name my_local_lib))" > lib/dune
```
then trying to declare it …
-
I have `vendors/dune` containing:
```scheme
(dirs project1/src/lib2 project2/src/lib42)
```
And `dune` (2.9.1) just ignores them (cannot find those libraries).
I'd expect either:
- tha…