ocaml-ppx / ppxlib

Base library and tools for ppx rewriters
MIT License
244 stars 94 forks source link

Fix -locations-check behaviour #506

Closed NathanReb closed 1 week ago

NathanReb commented 1 week ago

It used to be locked behind the -check flag as well, despite what the documentation stated. We might want to do the same for the check-on-extension as well.

It's worth noting that all checks are disabled by default so there's no problem with -no-check not disabling the location check anymore.