reason-native icon indicating copy to clipboard operation
reason-native copied to clipboard

Vendor `refmttype`

Open anmonteiro opened this issue 6 months ago • 2 comments

We're removing refmttype in https://github.com/reasonml/reason/pull/2855, which was only made to support the uses in refmterr.

If there are still users/maintainers of refmterr, I'd recommend vendoring that code as part of reason-native / refmterr, since it can easily be written in userland.

anmonteiro avatar Jun 29 '25 20:06 anmonteiro

Should it be a shipped as a separate tool (but maintained here in this repo) ? Even if the name resembles refmterr, I'm sure if the syntax conversion that refmttype provides, makes sense as a part of refmterr (I could be wrong!).

ManasJayanth avatar Jul 01 '25 10:07 ManasJayanth

Apologies - compiler errors translated to Reason syntax does make sense inside refmterr. I confused it with reason-region-ocaml-reason translation functions reason-mode provides in Emacs.

ManasJayanth avatar Jul 01 '25 10:07 ManasJayanth