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: prevent state erasure
This change avoids marking an arc with too high a state prematurely. This is currently not an issue, but will be an issue after the comprehension rework. Isolating this change within a separate CL will help identify unforeseen breakages that are specifically related to this change. Also removed XXX that is now fixed. Change-Id: Id3194aeebd905474adedd3245f15d9cb816c5865 Signed-off-by: Marcel van Lohuizen <mpvl@golang.org> Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/529522 Reviewed-by: Paul Jolly <paul@myitcv.io>
- Loading branch information