This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
eval: use of list.Contains fails on list derived from comprehension #784
Labels
Milestone
Comments
FYI - this is not critical to the PWG project. Just noticed in passing (we are in the process of refactoring our schema and can therefore workaround this) |
myitcv
added a commit
to play-with-go/preguide
that referenced
this issue
Feb 20, 2021
With a number of recent changes/improvements in CUE we can greatly simplify the preguide schema. This also serves as preparation for changes that will be made as part of #64. Note this also upgrades to the latest CUE, because this refactored schema is not susceptible to cuelang/cue#784. For #115
myitcv
added a commit
to play-with-go/preguide
that referenced
this issue
Feb 20, 2021
With a number of recent changes/improvements in CUE we can greatly simplify the preguide schema. This also serves as preparation for changes that will be made as part of #64. Note this also upgrades to the latest CUE, because this refactored schema is not susceptible to cuelang/cue#784. For #115
myitcv
added a commit
to play-with-go/preguide
that referenced
this issue
Feb 20, 2021
With a number of recent changes/improvements in CUE we can greatly simplify the preguide schema. This also serves as preparation for changes that will be made as part of #64. Note this also upgrades to the latest CUE, because this refactored schema is not susceptible to cuelang/cue#784. For #115
cueckoo
pushed a commit
that referenced
this issue
Mar 5, 2021
It is verified that this is the same behavior as v0.2.2. So this brings v0.3 closer to v0.2. This also fixes builtins that still relied on the old behavior. Fixes #784 Change-Id: I80714da319f91bc09d2d6c3495deaa369d80c9d6
This issue has been migrated to cue-lang/cue#784. For more details about CUE's migration to a new home, please see cue-lang/cue#1078. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
Yes. Bisected down to 2c86835
What did you do?
What did you expect to see?
Passing test.
What did you see instead?
The difference between
working.cue
andbroken.cue
is enough to cause this to break, despite the fact that both are string lists of the same value:The text was updated successfully, but these errors were encountered: