-
Notifications
You must be signed in to change notification settings - Fork 39
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
ppx_metaquot cannot generate expressions with 4.08.0 #77
Comments
cc @hhugo |
Which version of |
|
I cannot reproduce this issue
|
To add to this, I was experiencing the same problem as noted in tizoc/ppx_pgsql#8 Changing the versioned Ast from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the dual issue of #75:
pexp_loc_stack
,ptyp_loc_stack
,ppat_loc_stack
need to be present code generated by the ppx, but aren't. For example:fails at compile-time with the error
Some record fields are undefined: pexp_loc_stack
.The text was updated successfully, but these errors were encountered: