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

Support the new message format of NameError in Ruby 3.3 #889

Merged
merged 1 commit into from Feb 10, 2023

Conversation

mame
Copy link
Member

@mame mame commented Jan 30, 2023

https://bugs.ruby-lang.org/issues/18285#note-38

old: undefined local variable or method `foo' for main:Object
new: undefined local variable or method `foo' for main

https://bugs.ruby-lang.org/issues/18285#note-38

```
old: undefined local variable or method `foo' for main:Object
new: undefined local variable or method `foo' for main
```
@ko1 ko1 merged commit d7bf3b2 into ruby:master Feb 10, 2023
mame added a commit to mame/ruby that referenced this pull request Feb 10, 2023
mame added a commit to mame/ruby that referenced this pull request Feb 10, 2023
mame added a commit to mame/ruby that referenced this pull request Feb 18, 2023
mame added a commit to mame/ruby that referenced this pull request Feb 19, 2023
This is a preparation for a new message format of NameError.
[Feature #18285]

minitest/minitest#942
ruby/debug#889
mame added a commit to ruby/ruby that referenced this pull request Feb 19, 2023
This is a preparation for a new message format of NameError.
[Feature #18285]

minitest/minitest#942
ruby/debug#889
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.

None yet

2 participants