Commit abef927
authored
Fixed bug with reactions triggered my multiple inputs (#331)
* Fixed bug with reactions triggered my multiple inputs
1. Fixed a bug causing assertion fail on the reaction queue capacity
when a reaction is triggered my two or more inputs. When two inputs
trigger the same reaction, the reaction is inserted in the reaction
queue only once. Hence, the check on the capacity must be done after
checking whether the reaction is already in the queue.
* Ran make format1 parent 22a1715 commit abef927
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| |||
0 commit comments