Simon Krajewski
Simon Krajewski
@ncannasse Could you check/merge this?
I checked the [documentation](https://ocaml.org/manual/5.2/api/Marshal.html) for `Marshal.Closures` and this seems good to me: > If flags contains Marshal.Closures, functional values will be marshaled as a the position in the code of...
Yes I don't think there's a hxb-specific problem here, it's likely all related to #3033.
Seems a bit strange but if it helps temporarily then I don't mind.
The real problem here is that `Lambda` works with `Iterable`, not `Iterator`. That's where this issue should be addressed, but I don't know how exactly to do that.
Huh, I thought we disallowed the combination of static extensions and implicit casts, but I guess I'm thinking of something else.
@kLabz Can you think of any commit since https://github.com/HaxeFoundation/haxe/commit/547b510e177f68c4e2f9ca8861e06142a312c2ba that could be related here? I just browsed through them and don't see anything obviously related, so I'm wondering if this...
I never really noticed this PR, but it's missing a test for what it's fixing.
I would prefer to make Int64 less awkward to work with first. I don't think the required changes are very complicated, we just need a literal syntax and adapt some...
I'm not very familiar with OCaml FFI either, but I always thought that only `CAMLprim value` kind of functions were supposed to have all this `CAMLparam0` and such cruft. If...