Skip to content

fix!: some missing context stuff in the AVM Cpp#16247

Merged
dbanks12 merged 1 commit intonextfrom
db/fix-context
Aug 7, 2025
Merged

fix!: some missing context stuff in the AVM Cpp#16247
dbanks12 merged 1 commit intonextfrom
db/fix-context

Conversation

@dbanks12
Copy link
Contributor

@dbanks12 dbanks12 commented Aug 6, 2025

Some bugs and missing stuff in cpp context

@dbanks12 dbanks12 marked this pull request as ready for review August 6, 2025 20:56
{ .id = parent_context.get_context_id(),
.parent_id = parent_context.get_parent_id(),
.entered_context_id = context_provider.get_next_context_id(),
.entered_context_id = child_context->get_context_id(), // gets the context id of the child!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh nice - yeah this makes sense now that we emit after we create. Must be a throwback when we use to recurse

@dbanks12 dbanks12 added this pull request to the merge queue Aug 7, 2025
Merged via the queue into next with commit b0f6c8b Aug 7, 2025
9 checks passed
@dbanks12 dbanks12 deleted the db/fix-context branch August 7, 2025 13:47
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