Antonio Nuno Monteiro

Results 226 comments of Antonio Nuno Monteiro

Effects syntax didn’t land in OCaml 5.0, and Reason works with 5.0. What’s the gentle ping about ?

- Multicore and Effects are 2 separate features - Multicore is available in the OCaml 5.0 runtime & stdlib -- reason is just a syntax layer over OCaml so we...

I think this is a duplicate of https://github.com/facebook/reason/issues/2430, although a better / more minimal repro.

This isn't very hard to implement. You need to be careful about detecting conflicts (2 specs shouldn't have the same extension, etc.). I explored this in melange but never ended...

(Note that ReScript already supports this, btw. It just doesn't support both to output in-source)

> @anmonteiro We do mention something already: > > * https://reasonml.github.io/docs/en/jsx#capitalized-tag > * https://reasonml.github.io/docs/en/jsx#uncapitalized-tag > > Do you mean to expand on that? Right, I wonder if we should mention...

> * 1 and 2 are done. reason-react 0.11 and 0.12 have this `{>= "3.6.0" & < "3.10.0"}` > > Would you add a conflict on reactjs-jsx-ppx? I think it...