Skip to content

compat with ReScript v10#372

Merged
zth merged 1 commit into
masterfrom
rescript-v10
Jul 6, 2022
Merged

compat with ReScript v10#372
zth merged 1 commit into
masterfrom
rescript-v10

Conversation

@zth

@zth zth commented Jul 6, 2022

Copy link
Copy Markdown
Owner

Fixes #373

The issue was that the ReScript v10 parser inserts (internal) attributes at positions that ppxlib does not consider valid OCaml.

Solution short/mid term: use forked ppxlib that has been patched to ignore the invalid attributes.
Solution long term: Move off of ppxlib (and other OCaml-specific libraries completely where ReScript might break compat).

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.

Breaks on ReScript v10

1 participant