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

Temporarily ignore "return" in non-method scope #267

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mame
Copy link
Member

@mame mame commented Aug 23, 2024

Currently TypeProf does not support define_method. A return statement in define_method is considered as a non-method-scope return, which is not well supported. This change temporarily ignores such a case.

Currently TypeProf does not support `define_method`. A return statement
in `define_method` is considered as a non-method-scope return, which is
not well supported. This change temporarily ignores such a case.
@mame mame enabled auto-merge (rebase) August 23, 2024 04:32
@mame mame merged commit aab5fac into ruby:master Aug 23, 2024
6 checks passed
@mame mame deleted the ignore-define_method branch August 24, 2024 13:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant