-
Notifications
You must be signed in to change notification settings - Fork 177
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
Deprecate >> in the PPX #387
Comments
The use of >> is discouraged and will get deprecated soon: ocsigen/lwt#387 https://discuss.ocaml.org/t/operator-in-lwt/296/11
I'm giving that a shot. First draft is raphael-proust@4048ec5 Is there a standard way to emit warnings from ppxs? Currently it just uses |
Off the top of my head, I think you can insert There are also some warning functions in one of the modules in the compiler's |
Yes, warning should be done by adding some |
See discussion.
We should probably have the PPX emit a warning each time
>>
is used.cc @Richard-Degenne @dkim @Drup
The text was updated successfully, but these errors were encountered: