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: next version of ppxlib #10

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

anmonteiro
Copy link
Member

  • The next version of ppxlib enforces generative functor application, and produces errors in the cases changed in this PR
  • unfortunately Reason formats Foo({}) to Foo(), i.e. there seems to be no distinction between OCaml's Foo(struct end) and Foo()
    • this will probably have to be fixed upstream
  • for now we use { (); } to force a single structure item

@anmonteiro anmonteiro merged commit 1f53fc0 into master Sep 21, 2023
1 check passed
@anmonteiro anmonteiro deleted the anmonteiro/fix-next-ppxlib branch September 21, 2023 17:37
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.

2 participants