[move][move-compiler] Add modes to compiler
Description
This adds modes to the compiler. Note this does not currently poison non-test modes, but it is possible we should before landing it.
Test plan
New tests, plus existing 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):
- [ ] gRPC:
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| sui-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 16, 2025 5:19pm |
2 Skipped Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| multisig-toolkit | ⬜️ Ignored (Inspect) | Visit Preview | Jun 16, 2025 5:19pm | |
| sui-kiosk | ⬜️ Ignored (Inspect) | Visit Preview | Jun 16, 2025 5:19pm |
I think I got everything. I had initially just done testing through the move CLI, but stopped and wrote a harness for testing in the compiler now, too.