Stephen Sherratt
Stephen Sherratt
Yeh sure I'll chat with upstream. Can you elaborate a little on why post deps don't make sense in dune though. Is the idea that post deps in opam only...
I don't understand what you mean by "building bar with `post = ...`". The `post` variable is only relevant when computing the set of packages to install, not when building...
Regarding your last point, is the original dependency formula solved a second time with `post=false`? The formula from ocaml-base-compiler I pasted above doesn't have a solution on non-windows systems when...
> 4. Any time a package depends on x, it will also depend on the post dependencies of x. I don't think this is quite right. Say you have `a`...
This was fixed by https://github.com/ocaml/dune/pull/10752.
> I don't think changing the lock file is the right direction, as that creates different lock files between the systems while the lock files should just describe _what_ should...
You're correct in that base's updated build script should now work in brew. The project I'm trying to package for homebrew (vpnkit) is stuck on an older version of base,...
Thanks for the report! I was hoping that using a different linker between ocamllsp and the code being analyzed wouldn't be an issue but I might be wrong. Can you...
I think this error is a symptom of the fact that dune will install a binary version of the ocaml-lsp-server package by default. Even though dune makes sure that the...
The problem happens because targets of rules whose actions refer to variables are rebuilt when those variables change. In the majority of cases this is desirable because the contents of...