Closed anmonteiro closed 3 years ago
Hey @anmonteiro thanks for the PR! Looking at it now.
I've noticed that Travis hasn't been picking up new PRs/branches for build. I think it may be because the repo was added to the reasonml-labs org? I sent a request to the org for Travis to access this repo, let me know if you see that request and/or are able to get Travis builds working for the org/repo. Thanks!
Done
Thanks @ryb73, I just fixed the CI build and addressed your comments.
Thanks @anmonteiro !
This PR converts
decco
to use ppxlib. The conversion is straightforward. I structured it into 2 commits:ppx_src/package.json
and commits the esy lockfile directoryNote that, while we're building the PPX with OCaml 4.12, it works well with a current ReScript compiler (on 4.06) – ppxlib does the heavy lifting here.
Test plan
npm test
passes.