Skip to content

Conversation

@soutaro
Copy link
Member

@soutaro soutaro commented Oct 6, 2024

Related to #2025.

The instance_eval detection didn't work for the test code because the replaced self is equal to self outside the block. This PR introduces a new object dedicated to instance_eval detection. The new object is used only for this purpose, and thus the mis detection won't happen with this code.

@soutaro soutaro added this pull request to the merge queue Oct 7, 2024
Merged via the queue into master with commit 16c0232 Oct 7, 2024
@soutaro soutaro deleted the instance-eval branch October 7, 2024 00:29
@soutaro soutaro added the Released PRs already included in the released version label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Released PRs already included in the released version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants