Nathan Rebours
Nathan Rebours
This behaviour was originally described in the documentation added in #775. @Julow confirmed it was a bug and not intentional so I created this issue instead.
Just to clarify what the bug is and what is the expected fix. What happens here is that it tries to derive make for all types which it can't. What...
It would be good to have expect tests there instead, that way we could have merged this PR with a green CI and update the test along with the bug...
We finally merged #263 so I'll be able to look into this properly. Thanks for your patience @shonfeder !
I'm closing this as I added your test as part of #281 ! Thanks reporting and reproducing this bug!
@ceastlund turns out I already opened a WIP PR! I followed your suggestions ie I added dummy 4.08 modules pointing to the unchanged `latest_version.ml` and then I upgraded `latest_version.ml` and...
Yeah I'll try to add such tests!
I recently worked on an update of this port for `opam-monorepo`. I believe it addresses some of the original issues that were mentioned here. I'd be happy to submit a...
I didn't use these features because the `dune-universe` ports aim is to strictly stick to build system changes and remain as close as possible to the upstream version. I assumed...
A quick update on the JIT for the native toplevel: We have a working prototype, implemented as a library outside of the compiler. It requires a couple simple hooks to...