-
Notifications
You must be signed in to change notification settings - Fork 1
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 bug that ignores field type
evalv3 would ignore the field type of a referenced arc if it was only partially processed. This change ensures that this is checked. Revisit this change once cyclic handling is completed for evalv3. Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com> Change-Id: I4681256aa6bee78a4f12f596dde0450c9180be8e Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1199917 Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org> Reviewed-by: Matthew Sackman <matthew@cue.works>
- Loading branch information
Showing
4 changed files
with
150 additions
and
281 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.