hhugo
hhugo
@TyOverby, can you confirm this is fixed ?
Broken again due to https://github.com/ocaml/ocaml/pull/12639
I use trunk support to regularly test trunk or open ocaml PRs with jsoo. It is useful to give early feedback. In the past I've been contributing to migrate-parsetree or...
I don't really understand why https://github.com/ocaml-ppx/ppxlib/pull/451 has not been merged already. It's not like it's going to be part of the main branch. It doesn't have to be perfect. For...
Sounds good to me.
https://github.com/ocaml-ppx/ppxlib/pull/487
> Thanks @hhugo. Do you need this merged/released soon? We still need to figure out some CI issues for this project but I don't have much time in the next...
@vouillon, we currently can't distinguish makeblock from makearray at the bytecode level. Should we have a hint for that ?
Another thing is that `let f (a : int) b = a = b` and `let g a b = a == b` are compiled the same in bytecode. `Translprim.ml`...
> > We could use an hint to distinguish "int comparison" and "physical equality". Or we could use a different bytecode instruction. > > That could be useful, indeed. But...