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

Feat: Adds failure on reading from unknown values #101

Merged
merged 2 commits into from
Oct 9, 2023
Merged

Conversation

rodrigo-pino
Copy link
Contributor

@rodrigo-pino rodrigo-pino commented Oct 9, 2023

  • Make the VM fail when reading an unknown memory value
  • Make Builtin inference fail when it is not supposed to infer anything
  • UnknownValue is now UnknownAddress for Empty Addresses and UnknownValue are now Empty Values
  • Update tests accordingly

Resolves #100

Make the VM fail when reading an unknown memory value

Make Builtin inference fail when it is not supposed to infer anything

UnknownValue is now UnknownAddress for Empty Addresses and UnknownValue
are now Empty Values
@omerfirmak omerfirmak merged commit f04bd53 into main Oct 9, 2023
@omerfirmak omerfirmak deleted the fail-on-read branch October 9, 2023 10:46
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.

Implement failure on reading from unwritten memory value
2 participants