Etienne Marais

Results 103 comments of Etienne Marais

Thanks for trying! I was betting on the fact that the mentioned PR introduced delays in computation that could possibly solve the issue. Apparently not. You already provided a reproduction...

Thanks for providing the feedback and the notes for future people! I'm closing as completed 👍

Yes, definitely! It makes more sense. Another proposition was `dune build @deps`. The original question was if there was a way to mimic the behaviour of `opam install --deps-only --with-test...

I have work on part of this in #11046 where it introduces an alias to install and build packages. However, as stated here, we would like to have another alias...

Would changing the error message be a first step? Like matching on the `option` value and raise an exception from dune instead of an error from OCaml. If yes, I...

Closing this issue as it has been done in #10851 and #10852.

This PR can be closed as it was done in but in a different way in #10851.

@dra27 thanks for the proof-of-concept! I agree with your point. Note that some problems we encountered here are related to non-relocatable packages in general. This isn't exclusive to `OxCaml`. We...

Some feedback about it, I have been able to push a working version using @dra27 patches and using a custom repository. It can be found at https://github.com/gridbugs/hello-oxcaml/tree/with-custom-patch.