-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move memory-related errors to
MemoryError
(#854)
* Use only option for Memory.get * Fix some tests + refactor range_check validation * use proper error for get_memory_holes * Move MaybeRelocatable methods get_int_ref & get_reloctable to Option * Fix tests * Clippy * Print relocatables & missing members in write_output * Add test * Remove unused memory errors from RunnerError * Remove NegativeBuiltinBase error * Move memory specific errors to MemoryError * Remove errors * Change error mapping * Remove ExpectedInteger from RunnerError * Use MemoryError for memory-related errors * Fix test * Use memory errors in memory segments methods * Clippy
- Loading branch information
Showing
33 changed files
with
178 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.