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

[Bug #19081] Show the caller location in warning for Ractor #6629

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

nobu
Copy link
Member

@nobu nobu commented Oct 25, 2022

https://bugs.ruby-lang.org/issues/19081

The internal location in ractor.rb is not usefull at all.

$ ruby -e 'Ractor.new {}'
<internal:ractor>:267: warning: Ractor is experimental, ...

The internal location in ractor.rb is not usefull at all.
```
$ ruby -e 'Ractor.new {}'
<internal:ractor>:267: warning: Ractor is experimental, ...
```
@nobu nobu changed the title Show the caller location in warning for Ractor [Bug #19081] Show the caller location in warning for Ractor Oct 26, 2022
@nobu nobu merged commit 131c31a into ruby:master Oct 26, 2022
@nobu nobu deleted the ractor-warning-location branch October 26, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant