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 parse error for purs 0.13.x on v3.x.x series #31

Merged

Conversation

joneshf
Copy link

@joneshf joneshf commented Aug 8, 2019

As mentioned in #29, the lack of parens causes purs 0.13.x to fail to parse this file. We wrap it in parens and everything should work like normal.

There is no semantic difference in the code here.
In 0.12.x, it parses fine.
In 0.13.x, it fails to parse.
To make this version of the code work with both versions,
we wrap this named binding with parens.
@garyb garyb merged commit bb2fb45 into purescript-halogen:v3-backport Aug 8, 2019
@joneshf joneshf deleted the fix-parse-error-for-0.13.x branch August 8, 2019 14:15
@joneshf joneshf restored the fix-parse-error-for-0.13.x branch August 8, 2019 14:15
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.

None yet

2 participants