Cam Swords
Cam Swords
The documentation is missing several files and may not be built as-is. Please add a pdf to the repository.
## Description Check for and report unnecessary returns. ## Test Plan New test case added --- If your changes are not user-facing and not a breaking change, you can skip...
## Description Fixes an issue in how binops evaluated their arguments, ensuring the LHS value is stored if the RHS has effect operations. ## Test plan Tests thanks to Aptos:...
## Description Add JSON error reporting support to move compilation (for https://github.com/MystenLabs/sui/issues/15755) ## Test plan New test added --- ## Release notes Check each box that your changes affect. If...
## Description This adds tests to ensure visibility is correctly enforced for matching ## Test plan New tests --- ## Release notes Check each box that your changes affect. If...
## Description This diretly replaces the plinko code with its Move 2024 equivalent. This is copy/pasted from this PR and should not be landed until that PR is: https://github.com/MystenLabs/plinko-poc/pull/74 ##...
## Description Updates the code in the docs to reflect #17327 and #17091 ## Test plan :eyes: --- ## Release notes Check each box that your changes affect. If none...
## Description Updates the `games` examples directory to use Move 2024 syntax ## Test plan Local disassembly testing, plus all the tests still work. Would appreciate a careful review, though!...
## Description This adds initial (pre-alpha) support to moves (stacked on top of #15086). ## Test Plan Enum tests in `move_2024/matching`. --- If your changes are not user-facing and not...
Title says it all; implementing letrec (probably via fixpoint) will get `merge` working.