Todd Nowacki

Results 50 issues of Todd Nowacki

Follow up items for #156 - [ ] lower case extension modules - [ ] lower case docs

- Made control expressions terms to fix cases where they did not behave like other expressions - Allowed blocks to switch their associativity - Before this PR, control expressions (`if`,...

As highlighted in #127, `abort_code` annotation in unit tests is not super expressive. We should support - Location (The module that gave the abort) - More general major + sub...

enhancement

Package system should expose `build` and `build_and_report` variants that return errors or report errors to stdout respectively. Currently it always reports to stdout and exits

bug

Migrating from other repo ## Motivation - RCs are no longer necessary due to Move's reference safety checks - Some RCs are still needed to update clean/dirty status or hold...

As mentioned in #18, we are very restrictive in our character sets today. We had discussed relaxing this late last year, but made no changes yet. We should open up...

enhancement

- Removed version from object::Info - Renamed object::Info to object::UID - The version of objects is now tracked on the Rust side in MoveObject Blocked by #3618 More background: -...

Type: Documentation

- Added a count of children to objects - The count is incremented in each call to transfer_to_object and transfer_to_object_id - The count is decremented in the adapter when children...

## Motivation - RCs are no longer necessary due to Move's reference safety checks - Some RCs are still needed to update clean/dirty status or hold onto external memory safely...

@vgao1996 I had an issue where the CLI silenced the output from the package manager in EVM mode. For `language/tools/move-cli/tests/move_unit_tests/assign_dev_addr_for_dep/Move.toml` If you have `B = "0x2"` I would expect my...

bug