-
Notifications
You must be signed in to change notification settings - Fork 312
eval: regression in use of close with matchN #3694
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
Comments
It is correct it is an error, but it should be an incomplete error, instead of terminal error. (i.e. eval should indeed pass.) |
@mvdan is absolutely correct in that I should have reported the root problem here, which I do below, using What did you do?
What did you expect?Passing test. What did you see instead?
The analysis/conclusion etc might be exactly the same, but either way for completeness' sake I capture the real trigger for this in our use case. |
It was more intended as an analysis and note to self. :) Found the cause, but not the solution. The bisect CL is correct, but exposes this preexisting bug. |
Issue #3694 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Icab058ba8c14bcd4b5927505f80860c9b925cfeb Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207713 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Roger Peppe <[email protected]>
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
n/a - working with tip.
What did you do?
What did you expect to see?
Passing test.
What did you see instead?
This bisects to aa6781f, and is currently a blocker for curated modules.
The text was updated successfully, but these errors were encountered: