cxa / ppx_bsx

OCaml JSX for ReasonReact
MIT License
70 stars 4 forks source link

OMP 1.6.0 allows the PPX to support all BuckleScript versions #5

Open aantron opened 4 years ago

aantron commented 4 years ago

See https://reasonml.chat/t/2210 for a full explanation.

cxa commented 4 years ago

Thanks for your information, but ppx_bsx currently relies on Ppxlib, maybe it's another story? (I'm not active on OCaml ecosystem)

aantron commented 4 years ago

Ppxlib is based on ocaml-migrate-parsetree, so the effect is the same whether using ppxlib or ocaml-migrate-parsetree directly.

cxa commented 4 years ago

Unfortunately Ppxlib requires OCaml >=4.04.1, and BuckleScript only supports 4.02 and 4.06 now, I have no motivation to update right now.

And thanks for your good work, I will update when BuckleScript supports more OCaml versions.