Ali Caglayan
Ali Caglayan
Currently a user is expected to `dune tools install ...` for each dev tool they are using, or to wait for other tools like their editor to trigger the install....
Currently `(pkg enabled)` will mean that a build context will default to package management via autolocking if there is no lock file for that context. We should give users finer...
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/a9b8a0d0db631d21208bd4ab7355e867d7ecf88d/variant/compilers,4.14,ordering.3.21.0~alpha2,revdeps,opam-dune-lint.0.6 Looks like `opam-dune-lint` uses `dune format-dune-file` to format some generated `dune-project` files. Some time after 3.20 we have been requiring the `(lang ...)` field to be present which has...
We should add versioning information to the lmdb cache so that we can change the format in the future. The lmdb cache is currently sitting around and only being tested....
### Problem When we do: ``` dune pkg lock ``` it typically take some time because we are fetching or cloning in the background. ### Proposal We could have a...
When a socket is closed between `accept()` and `setsockopt()` due to a race condition it will raise EINVAL. Ignorance appears to be the usual way of dealing with this on...
We add support for running `(tests)` by providing their sources to `dune runtest`. Addresses part of https://github.com/ocaml/dune/issues/870.
Like we have for `system-mingw` and `system-msvc`, we should have a `system-cygwin` package so that we can easily setup builds based on Cygwin. This is useful for `setup-ocaml` and generally...
The `get_multiple` test is failing on arm64 macos. ``` [exception] Lmdb__Lmdb_bindings.Map_full Raised by primitive operation at Lmdb.Cursor.put_raw_key in file "src/lmdb.ml", line 666, characters 6-39 Called from Test.test_cursor.(fun) in file "tests/test.ml",...