Ali Caglayan

Results 269 issues of Ali Caglayan

I've been trying to install OCaml 5.3 for msvc but it keeps detecting it as mingw and conflicting: ![Image](https://github.com/user-attachments/assets/da98e2e7-5c6c-41d2-a146-62b7e703e0ef) I'm doing: ``` opam switch create foo --packages ocaml-base-compiler.5.3.0,system-msvc ``` Is...

I was using `envfs` in my main config, when I was able to trigger a fuse deadlock which requires a restart. I don't have a minimal reproduction case, but it...

I would like to be able to select a few revisions and do `abandon` on them at the same time without having to do them one by one. I'm sure...

Many issues here stem from perf 6 spitting out symbols magic-trace doesn't understand (yet). Since these will require a larger maintenance effort to fix, it might be worth mentioning that...

bug

The environment in which we run the pkg build rules doesn't appear to take into account changes in the environment. This is also observed in the related issue of #12698....

bug
package management

The lmdb stubs needed some tweaking. This should allow the builds on FreeBSD in the opam ci to progress. @shonfeder this shouldn't block the release but probably nice to have...

`INSIDE_DUNE` sets the concurrency of `dune` to `1`. We use this behaviour when running our tests. However, running `dune` inside of `dune`, as is common in package management, means that...

This table is only created and used twice. We add an Id.t field so that it can easily be compared later when it's values are memoized in the of_ctx call....

We rewrite the extraction capabilities for package management, enforcing the invariants we wish to preserve at the type level. The aim is to separate the concerns of finding an appropriate...

We have a feature in dune at the moment which is guarded behind `--lock-dev-tool` in our configure. When running commands like `dune fmt` it creates a lock directory for `ocamlformat`,...

package management
dev tools