From: "nobu (Nobuyoshi Nakada)" <noreply@...>
Date: 2022-10-24T14:47:48+00:00
Subject: [ruby-core:110499] [Ruby master Bug#19081] Ractor warning shows an internal location

Issue #19081 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #19081: Ractor warning shows an internal location
https://bugs.ruby-lang.org/issues/19081

* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Priority: Normal
* Backport: 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN
----------------------------------------
No one wants this `<internal:ractor>` location, I think.

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

https://github.com/nobu/ruby/tree/ractor-warning-location



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

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>