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: closedness fix related to comprehension
This consists of two fixes:
1. use allows instead of matchPattern to check for fields
that are not covered by patterns.
2. updates the arcTypes _after_ calling allows, as
allows needs the old values.
Fixes#3486
Signed-off-by: Marcel van Lohuizen <[email protected]>
Change-Id: I85c04f814bf0cb67a2a57dc10205ad2a309cb61f
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1202421
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments