Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

feat: add nested execution contexts #319

Closed
wants to merge 1 commit into from
Closed

Conversation

enitrat
Copy link
Contributor

@enitrat enitrat commented Sep 7, 2023

Adds nested execution contexts to the ExecutionContext struct

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Resolves: #177

What is the new behavior?

  • Restores Nullable fields
  • Adds an impl to destruct Nullable

Does this introduce a breaking change?

  • Yes
  • No

@enitrat
Copy link
Contributor Author

enitrat commented Sep 7, 2023

Blocked by starkware-libs/cairo#4032

@Eikix
Copy link
Member

Eikix commented Sep 18, 2023

Blocked by starkware-libs/cairo#4032

Should we close this PR as we know the issue won't be resolved for some months and you prepared a workaround path?

@enitrat
Copy link
Contributor Author

enitrat commented Sep 18, 2023

yeah let's close it

@enitrat enitrat closed this Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: restore sub_context and calling_context fields in ExecutionContext
2 participants