-
Notifications
You must be signed in to change notification settings - Fork 308
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
evalv3 regression where schema used via LookupPath and FillPath causes "field not allowed" #3826
Comments
Here is a pure CUE reproducer:
|
cueckoo
pushed a commit
that referenced
this issue
Mar 19, 2025
Issue #3826 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I819dd2859060a32bc556e4bbd5a518e14dabd1ee Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211799 Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
I will reopen this one if that's okay, because it turns out that you fixed my pure CUE reproducer in my last comment, but the original Go code is still broken on evalv3. I tried reducing it into pure CUE again, and I think I have it once again:
As of 2c002ae:
|
cueckoo
pushed a commit
that referenced
this issue
Mar 20, 2025
Another reducer for the same test. Issue #3826 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Ie641254eb64bee58a21b368b7d0ba82ac8d819cb Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211845 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
cueckoo
pushed a commit
that referenced
this issue
Mar 20, 2025
If a reference was closed multiple times within a single enclosingEmbed group, it could create multiple closings, especially if hasOuter was still false. By setting it to true we prevent a new group from being created once an enclosingEmbed has been closed. Issue #3826 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I7d66fdb722aa88e0ac212030ac3fbf393ec7879b Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1211846 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
Leaving this open because the original Go code still fails as of e311d45. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of c479844:
The text was updated successfully, but these errors were encountered: