Migrate Ptyp_open from 502 to 501#625
Conversation
A bug fix to support migration syntax like `type t = M.(t)` to the 501 AST via, our now, standard approach of using extensions. This really only impacts those who have not upgraded ppxlib to 0.36.0. Signed-off-by: Patrick Ferris <patrick@sirref.org>
|
I'm not sure this would improve the situation much, especially since as you point out, our AST will not go back to 5.1. Now the error would be a How about simply improving the error message and backport it to 0.35 as you suggest? |
|
|
|
Yeah I guess that's right, I didn't really expect to backport this kind of support but given how hard it can be to upgrade from 0.35 to 0.36, I'd say it's fine indeed! |
A bug fix to support migration syntax like
type t = M.(t)to the 501 AST via, our now, standard approach of using extensions. This really only impacts those who have not upgraded ppxlib to 0.36.0.So, to help people, perhaps we backport this to a 0.35.1 release?