Author | SHA1 | Message | Date |
---|---|---|---|
M. J. Fromberger |
6dd8984fef
|
Fix and clarify breaks from select cases. (#6781)
Update those break statements inside case clauses that are intended to reach an enclosing for loop, so that they correctly exit the loop. The candidate files for this change were located using: % staticcheck -checks SA4011 ./... | cut -d: -f-2 This change is intended to preserve the intended semantics of the code, but since the code as-written did not have its intended effect, some behaviour may change. Specifically: Some loops may have run longer than they were supposed to, prior to this change. In one case I was not able to clearly determine the intended outcome. That case has been commented but otherwise left as-written. Fixes #6780. |
3 years ago |
JayT106 |
711a718162
|
config/indexer: custom event indexing (#6411) | 4 years ago |
Aleksandr Bezobchuk |
09a6ad7b1e
|
types: Refactor EventAttribute (#6408) | 4 years ago |
JayT106 |
43eacd159f
|
state/indexer: reconstruct indexer, move txindex into the indexer package (#6382) | 4 years ago |