Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[move][move-2024] Fix match bug, rework work queue from match for san…
…ity (#20247) ## Description Fix a bug, plus a bit of yak shaving: this removes the work queue from match compilation in favor of `growing_stack`, for the purpose of sanity. This refactor was actually sufficient (along with one small change) to eliminate the bug. ## Test plan All tests still pass, plus the new ones. --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API:
- Loading branch information