-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/core/adt: fix some references under projections
The main issue here was that structs were too agressively evaluated. Like V2, eval V3 now evaluates only the arcs of inline structs by default. This required some tweaking to the evaluation here and there to make things work properly. Fixes #3182 Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: Iecfe347f9a06d0321db18af375435f46a69b8d6b Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202783 Reviewed-by: Daniel Martí <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
- Loading branch information
Showing
9 changed files
with
296 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.