janestreet / ppx_custom_printf

Printf-style format-strings for user-defined string conversion
MIT License
23 stars 9 forks source link

Make ppx_custom_printf compatible with ppxlib.0.18.0 #8

Closed NathanReb closed 3 years ago

NathanReb commented 4 years ago

ppxlib.0.18.0 upgrades to the 4.11 AST which results in a change in string constants representation. This PR makes ppx_custom_printf compatible with the latest ppxlib.

You might want for the actual release of ppxlib.0.18.0 before merging this!