-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't access primitives in v0.16.0 #18
Comments
I have the same issue, but looking at commit 6a0456d, this breaking change seems intentional. The solution is thus to add an explicit |
Also removed a couple of blanket module imports. See: janestreet/ppx_yojson_conv#18
Can this be added into README? I have to lookup this library name in other projects where I have figured it out already. Would be awesome to have minimal set of steps to get one going with this ppx right in README... |
Since upgrading to v0.16.0 (released yesterday on OPAM), primitives such as
int_of_yojson
aren't visible. (Downgrading to v0.15.1 works!)Minimal working example:
Error:
The text was updated successfully, but these errors were encountered: