Skip to content

Fix misplaced attribute warning#283

Open
samwgoldman wants to merge 1 commit into
ocaml-ppx:masterfrom
samwgoldman:patch-1
Open

Fix misplaced attribute warning#283
samwgoldman wants to merge 1 commit into
ocaml-ppx:masterfrom
samwgoldman:patch-1

Conversation

@samwgoldman
Copy link
Copy Markdown

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