Skip to content
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

Fix misplaced attribute warning #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samwgoldman
Copy link

This fixes #280, where OCaml 5.2's new warning about unused-attributes fires.

To test, I made this change locally, pinned ppx_deriving to my fork using opam, and followed the repro case in the linked issue. With this change, the build succeeds without an unused-attribute warning.

This fixes ocaml-ppx#280, where OCaml 5.2's new warning about unused-attributes fires.

To test, I made this change locally, pinned ppx_deriving to my fork using opam, and followed the repro case in the linked issue. With this change, the build succeeds without an unused-attribute warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PPX output flags warning 53 misplaced-attribute in OCaml 5.2
1 participant