Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mx-rust framework and storage implementation (#80) #81

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

ACassimiro
Copy link
Collaborator

  • Arrange the cells for easier debugging

  • Create a list of traits to help with mx preprocessing

  • Static method calls

  • Integer - value conversions

  • Ignore generic args when casting structs

  • Framework for executing Mx+Rust

  • Framework for testing Mx+Rust

  • Implement storage functions

  • Implement storage accessors

  • Implement BigUint::from

  • Default storage values

  • Storage set_if_empty

  • Storage tests


* Arrange the cells for easier debugging

* Create a list of traits to help with mx preprocessing

* Static method calls

* Integer - value conversions

* Ignore generic args when casting structs

* Framework for executing Mx+Rust

* Framework for testing Mx+Rust

* Implement storage functions

* Implement storage accessors

* Implement BigUint::from

* Default storage values

* Storage set_if_empty

* Storage tests

---------

Co-authored-by: Virgil Serbanuta <Virgil Serbanuta>
@ACassimiro ACassimiro merged commit b62f09a into if-expressions Sep 11, 2024
1 check failed
ACassimiro added a commit that referenced this pull request Sep 12, 2024
* Adding initial tests

* Removing usage of mut var

* Mx-rust framework and storage implementation (#80) (#81)

* Arrange the cells for easier debugging

* Create a list of traits to help with mx preprocessing

* Static method calls

* Integer - value conversions

* Ignore generic args when casting structs

* Framework for executing Mx+Rust

* Framework for testing Mx+Rust

* Implement storage functions

* Implement storage accessors

* Implement BigUint::from

* Default storage values

* Storage set_if_empty

* Storage tests

---------

Co-authored-by: Virgil <[email protected]>

* Implementing rules for evaluating conditionals and adding tests

* handling cases where the conditional is not the return

* Removing dead code

* Addressing PR comments and adding tests

* Adding test for function without return

---------

Co-authored-by: Virgil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants