mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -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;
|
Vec.clear cc.combine;
|
||||||
Event.emit cc.on_conflict { cc; th; c = e };
|
Event.emit cc.on_conflict { cc; th; c = e };
|
||||||
Stat.incr cc.count_conflict;
|
Stat.incr cc.count_conflict;
|
||||||
|
Vec.clear cc.res_acts;
|
||||||
raise (E_confl (Conflict (e, p)))
|
raise (E_confl (Conflict (e, p)))
|
||||||
|
|
||||||
let[@inline] all_classes self : repr Iter.t =
|
let[@inline] all_classes self : repr Iter.t =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue