-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makeVariables #35
makeVariables #35
Conversation
2d811a2
to
e723e0e
Compare
I rebased it on top of the current master. GH Actions should work correctly right now. Looks really good. Thank you! The native side should bs as straight forward as the BuckleScript part 🙂. After that, we can merge 😎 |
@baransu do you know of a good guide to understand |
@jfrolich In my case, I was learning as I go with |
Awesome. ReasonML docs already makes it more readable. But pretty sparse docs indeed! |
I added the makeVariables to native and the tests seem to pass. I could only run @402 for some reason. |
LGTM 🎉 Thank you @jfrolich |
@jfrolich When you get a chance, would you mind adding something to the README? I'm sure I can pull together the info by looking at the PR, but I think a short paragraph with a code example would go a long way in helping others out. |
Good point @nirvdrum. |
I never did anything with ppx but this seems to pass tests. Any recommendations how to proceed. I only implemented the bucklescript side of things for now.
Resolves #33