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

Revise scope of role of mrb_vm_run() #6244

Merged
merged 1 commit into from Apr 23, 2024
Merged

Conversation

dearblue
Copy link
Contributor

mrb_vm_run() is,

  • It does not change the fiber context.
  • When control is returned, only one ci prepared by the caller is popped. If the ci equals cibase when called, the ci position does not change.

related commits:


I have traced from the related commits to check the issues and they can no longer be reproduced.

`mrb_vm_run()` is,
  - It does not change the fiber context.
  - When control is returned, only one ci prepared by the caller is popped.
    If the ci equals cibase when called, the ci position does not change.

related commits:
  - commit 4e84bdb
  - commit 34dd258
  - commit ebd6636
  - commit c673635
  - commit 23a4e71
  - commit 31a961a
@dearblue dearblue requested a review from matz as a code owner April 21, 2024 04:40
@github-actions github-actions bot added the core label Apr 21, 2024
@matz matz merged commit 22518b5 into mruby:master Apr 23, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants