sui icon indicating copy to clipboard operation
sui copied to clipboard

[move][move-compiler] Add modes to compiler

Open cgswords opened this issue 11 months ago • 1 comments

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:

cgswords avatar May 20 '25 10:05 cgswords

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

vercel[bot] avatar May 20 '25 10:05 vercel[bot]

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.

cgswords avatar Jun 04 '25 06:06 cgswords