-
Notifications
You must be signed in to change notification settings - Fork 10
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
pgocaml 4.0 support? #8
Comments
@swuecho my ocaml install is a bit broken at the moment so I cannot try the fix, but I see the Can you give that a try? If that works I will update the code (or you can submit a PR with that change if you want). |
@tizoc thanks for quick reply. I changed the modifier, but there are other problem.
|
I see. I think it is related to ocaml-ppx/ppx_tools#77 and ocaml-ppx/ppx_tools#75 One of those has been fixed, the other is still open but someone failed to reproduce the problem. Is your ppx_tools package up to date? |
my ocaml version is 4.08.1.
same with bug reporter in ocaml-ppx/ppx_tools#77. I will create a 4.09 switch. |
I'm fixing my ocaml install, should be able to test this stuff soon. |
4.09 same problem. tried the code in #77 in 4.08.1, works fine. ocamlc -c -ppx ~/.opam/4.08.1/lib/ppx_tools/ppx_metaquot a.ml -I +compiler-libs -dsource maybe another bug in ppx_tools? I wish I know more ppx to understand what is going on. |
@swuecho I think I fixed it, will commit it in a bit |
@swuecho pushed, upgrade and see if it works for you |
work! thanks |
The text was updated successfully, but these errors were encountered: