internal/core/adt: fix COMP counter issue
When reporting a cycle error in a comprehension,
insertArcCC would not return a closeContext,
which would disrupt the reference counting
mechanism. As reporting the error is optional
(see TODO) at that point, we solve this by just
disabling the code for now.
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I67eaffea272bf74b6952257328b8b3cea320b29e
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1199773
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Matthew Sackman <matthew@cue.works>