-
Here is a cram test to demonstrate some non-obvious behaviour:
```shell
$ echo '(lang dune 3.0)' > dune-project
$ cat >hello.txt EOF
$ cat >dune (alias default)
> (action (progn
…
-
# The project
See https://github.com/createyourpersonalaccount/dune_install_c_headers for the problematic code.
## Expected Behavior
I am on Linux.
I hoped that the headers would be instal…
-
Hi there,
I hope there is indeed no way to do what I ask for and I hope this makes sense to you! Thank you by advance on the time you'll spend on this.
## Wanted Feature
Dune can generate OPA…
-
When we use `SymmetricWindowRawEventBuilder `, if there's no external trigger, the time of the first arrival hit is considered as event t0, which can be horrendously wrong.
1. Shall we explicitly lab…
-
Not high priority but eventually should get rid of the misleading "CASTOR" from the name and get it into form with our current naming convention.
-
**esy version: 0.5.8**
**Operating System: Archlinux**
**Issue:**
When you have a unclosed parenthesis in your dune file, running `esy` reports:
`Fatal error: exception Invalid_argument("Strin…
-
## Expected Behavior
manual says env-vars apply under exec/build but don't appear to.
## Actual Behavior
env-vars are not set.
## Reproduction
dune file:
```
(env
(_
(env-vars (XYZ 1…
-
1. Have this `config.toml`:
```toml
[[jobs]]
source = "dune"
destination = "postgres"
table_name = "results_123"
query_id = 1
poll_frequency = 1
query_engine = "medium"
[[jobs]]
source…
-
test.ml:
```
open Tyxml.Html
let zz = p [ a [ txt "a" ] ]
```
dune-project:
```
(lang dune 2.5)
(implicit_transitive_deps false)
```
dune:
```
(executable
(name test)
(libraries …
ygrek updated
4 years ago
-
the version given to `using` for `mdx`/`menhir`/`ctypes`/... are partially documented as part of examples. But there's no place which mentions the exact support of each plugin at a given version of du…