Open
Description
Now that Copilot-Language/copilot#572 has landed, a copilot-c99
–generated trigger can fire multiple times in a single time step. We will need to update copilot-verifier
to account for this, as the verifier currently assumes that a trigger can only fire at most once in a single time step:
copilot-verifier/copilot-verifier/src/Copilot/Verifier.hs
Lines 728 to 737 in 9021bcc