-
Notifications
You must be signed in to change notification settings - Fork 415
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
Combine future_syntax with other preprocessors? #1934
Comments
No, it is not possible. I suppose the easiest way to make that work would be to add the same hack in ppxlib directly. |
@rdavidson see #2262 for a solution |
Appears that there is a viable work around. |
What is the syntax for the workaround currently? I tried
but the result is that the ASTs in my project appear to be empty.
Note the I then run
The result is 87, way too few lines for the expected AST from
shows 19611 lines. It does not appear that this issue has been fixed, or I am not able to understand how to use the workaround. cc @aalekseyev @Dean117, is this workaround working for you today in some way? It appears I am able to reopen this issue. Not sure if that's appropriate -- please just close again if not! |
This was Dune 3.7.1, OCaml 4.13.1, ocaml-syntax-shims 1.0.0. |
@aantron The issue is that It might be worth keeping this open actually as it might be something that @anmonteiro can support with #7373. |
We couldn't get |
Is there some way to specify
(preprocess future_syntax)
in combination with other preprocessors? None of the following seem to work:The text was updated successfully, but these errors were encountered: