reason-react
reason-react copied to clipboard
Add Reason upper bound for 0.12
- needs to have an upper bound
< 3.10 - patch 0.11 in opam with the same upper bound
- make
reactjs-jsx-ppxincompatible withreason-react >= 0.12 - maybe use
post-messages(like merlin)
patch 0.11 in opam with the same upper bound
Second item is being added in https://github.com/ocaml/opam-repository/pull/24367.
- 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?
- 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 should be fine, actually. People depend only on reason-react, which brings the ppx along as a a dependency. We don't expect this reactjs-jsx-ppx name to end up in their dependencies.
I we don't mention reactjs-jsx-ppx I don't think people will face the issue also