-
Notifications
You must be signed in to change notification settings - Fork 5
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
Migrate to ppxlib >= 0.18.0 #5
Conversation
There seem to be an issue when using this with ppx_deriving though.. |
thanks! i'm on vacation for thanksgiving next week so it'll take a bit to check it out in detail but I skimmed this on my phone. this is intended to run before deriving, so that the hopefully there's a way to make ppxlib work. if not, maybe just upgrading ocaml-migrate-parsetree resolves the version constraints you're running into? alternatively, solving #3 so we don't need this at all could be a last resort |
#2 fixed this same issue in ocaml-migrate-parsetree, but we don't have the same |
No worry ! It gives me a bit of time to think about it. Very busy with coursework marking this week end :/ |
I must have done something wrong when I tested ppx_gen_rec locally the first time, because I just tested it again and actually there's no conflict with ppx_deriving 🤔 |
Hello and Happy new year ! Any update on that side ? Anything I should do differently ? |
Is there any news about this change by any chance? |
we've been testing this out for a while internally on flow and it seems to work with ppx_deriving. i'll merge! |
now i have to remember how to do a release 😂 |
Let me know if I can help in any way in publishing / syncing flow with this version :) |
published v2.0.0! thanks again |
I'm using flow_parser as a dependency for a JavaScript analysis tool, I'm trying to upgrade ocaml but I need newer versions of ppxs all over. Flow_parser is blocking right now because of ppx_gen_rec.
Not merging this wouldn't be blocking for me, I just thought I'd submit it to help a bit
fixes ocaml-ppx/ppxlib#142