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

Camlp4 can't parse most attribute/extension syntax #55

Open
whitequark opened this issue Nov 3, 2014 · 0 comments
Open

Camlp4 can't parse most attribute/extension syntax #55

whitequark opened this issue Nov 3, 2014 · 0 comments

Comments

@whitequark
Copy link
Contributor

e.g.:

utop # type t = int [@@deriving protobuf] ;;
Error: Parse error: ";;" expected after str_item
aantron added a commit to ocsigen/lwt that referenced this issue Nov 25, 2016
When the usage is intentional. These can be grepped for and reviewed
again later.

This is not possible for the Camlp4 extension, probably due to

  camlp4/camlp4#55

since Camlp4 runs on the source of the extension. Will be dealt with in
a future commit that enables/disables warnings on a per-file basis.
aantron added a commit to ocsigen/lwt that referenced this issue Nov 25, 2016
When the usage is intentional. These can be grepped for and reviewed
again later.

This is not possible for the Camlp4 extension, probably due to

  camlp4/camlp4#55

since Camlp4 runs on the source of the extension. Will be dealt with in
a future commit that enables/disables warnings on a per-file basis.
aantron added a commit to ocsigen/lwt_log that referenced this issue Mar 25, 2018
When the usage is intentional. These can be grepped for and reviewed
again later.

This is not possible for the Camlp4 extension, probably due to

  camlp4/camlp4#55

since Camlp4 runs on the source of the extension. Will be dealt with in
a future commit that enables/disables warnings on a per-file basis.
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

No branches or pull requests

1 participant