-
Notifications
You must be signed in to change notification settings - Fork 455
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 build error where aliasing argument to _
in make function with jsx v4
#5881
Conversation
_
in make function with jsx v4
_
in make function with jsx v4_
in make function with jsx v4
ppat_desc = | ||
Ppat_construct ({txt = Lident "()"}, _) | Ppat_any; | ||
}, | ||
{ppat_desc = Ppat_construct ({txt = Lident "()"}, _)}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A build error was caused here when meeting Ppat_any
stops the loop.
@cknitt this should go into branch 10.1 ? |
Right, we need that in 10.1, too. |
Need to rebase to 10.1_release? |
@mununki Yes, please, that would be great (but for 10.1 the change needs to be made in the syntax repo). |
Not clear to me. Do I need to make another PR in the syntax repo? I thought the syntax repo was archived. |
Yes, you would need to make another PR in the syntax repo first, as the 10.1 release branch still has the syntax submodule. |
Ah! I got it, remember that. |
I made another PR in the syntax repo rescript-lang/syntax#720 |
@cknitt still does this branch need to be rebased to |
You would need to create a new PR for the |
If so, then I'm going to close this PR. |
Well, we still need the fix on master, too. :-) |
Ooops, I reopen it 😄 |
The updating change log seems already done in #5884 (comment). If this PR doesn't need to update the change log in the compiler, let me know. |
Please rebase to latest master, the Windows build should work now. |
8687e62
to
a3c0b84
Compare
Thanks. Rebased to master. |
This PR fixes #5880