Results 508 comments of hhugo

Please a small test for this, probably in compiler/tests-compiler/

I encountered this same issue

@rgrinberg, it's easy to compute targets based on flags. However, I'm blocked trying to implement it. The reason is that we need to be inside `Action_builder.t` to compute flags (because...

ppxlib seems to rewrite ```ocaml let f x = (x:Symbol.t :> Value.t) ``` into ```ocaml let f x : Symbol.t:> Value.t= (x : Symbol.t :> Value.t) ``` Here is the...

Isn't there a memory leak issue if TLS keys get created dynamically ?

@gasche, the warning is not documented in the man page (`man ocamlc`)

I don't know. It depends if you've implemented tests that run with js_of_ocaml. I've just noticed the issue while looking at https://github.com/reasonml/reason-native/blob/master/src/console/nativeChannels.js In the stubs, such as this one, `s`...

If we make `Bytes.unsafe_of_string` `O(n)`, we would need to fix `String.sub`, `String.get_intN_*`, `String.get_uintN_*`, `String.get_utf_*`, `String.is_valid_utf_*`. They convert the whole string argument to bytes but only look at a small subset.

@toots, would you be able to grant me more permissions on the repo so that I can label issues ?