Skip to content

Storing method-id inside Symbol#to_proc#6395

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:to_proc
Oct 27, 2024
Merged

Storing method-id inside Symbol#to_proc#6395
matz merged 1 commit into
mruby:masterfrom
dearblue:to_proc

Conversation

@dearblue

Copy link
Copy Markdown
Contributor

When called in combination with a method like *_eval or *_exec that switches self, __send__ was passed an object that was not necessarily a symbol as the method name.

This problem was discovered during the #6389 correction process.

When called in combination with a method like `*_eval` or `*_exec` that switches self, `__send__` was passed an object that was not necessarily a symbol as the method name.

This problem was discovered during the mruby#6389 correction process.
@dearblue dearblue requested a review from matz as a code owner October 27, 2024 02:09
@github-actions github-actions Bot added the core label Oct 27, 2024
@matz matz merged commit cda7b56 into mruby:master Oct 27, 2024
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.

2 participants