-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 2016 [WIP] #2022
Fix 2016 [WIP] #2022
Conversation
…rt of a left recursive rule.
@mike-lischke I think I fixed the C++ target but it is failing for another reason maybe in PredictionContext::merge():
Can you take a look at this branch? |
Is this failure from the new test? The template changes can't be it, I guess. |
New test exposed a different bug I believe as it is in a prediction function not about dealing with list labels. |
@mike-lischke Any time to look into this? I'd like to include for 4.7.1 |
I'll try to get some time for this next weekend. Am pretty busy currently... |
@mike-lischke can you peek at this? |
Maybe at the end of the month... |
@parrt I can't find the branch with those changes (parrt:fix-2016). But, is that actually required for this problem? From the patch I see only template changes. They certainly aren't the reason for an uncovered C++ problem. So, I wonder where do you see that failure? Obviously master runs fine. What can I do to reproduce the error? |
I am running the tests in my branch fix-2016 but so far all I see is a warning:
|
ok, 1 failure:
Grammar is
and then:
|
Closing in favor of #3841 |
Trying to fix #2016 I Have fixed the issue with the template definition but I don't know how to update the various targets. At the moment Java, Swift, C# look like they are now correct.