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 counter issue
Use -- instead of ++. This did not cause any issues as the disjunct counter is only used to silence certain counter mismatches. So this bug had the effect of missing failed decremented counters. This is why the number of counter errors significantly increases with this change. Signed-off-by: Marcel van Lohuizen <[email protected]> Change-Id: I34da95f17ecf898b42e08ac59e4295459855ff41 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1207441 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information