You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/core/adt: add test for dropped field issue
Currently, inline struct were reapproriated
by linking them into the destination struct
by setting the parent and label. However,
labels are used to look up fields. This resulted
in fields being dropped.
This test exposes that.
Issue #3601
Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: Icdfd3e9edac458ffb08a3759a2fd350e3cfdf363
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205231
Unity-Result: CUE porcuepine <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Matthew Sackman <[email protected]>
0 commit comments