mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
bugfix in CC
This commit is contained in:
parent
0e5bde0f40
commit
7bbe70b060
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ module Make (A : ARG) :
|
|||
Vec.clear cc.combine;
|
||||
Event.emit cc.on_conflict { cc; th; c = e };
|
||||
Stat.incr cc.count_conflict;
|
||||
Vec.clear cc.res_acts;
|
||||
raise (E_confl (Conflict (e, p)))
|
||||
|
||||
let[@inline] all_classes self : repr Iter.t =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue