shreejad (Shreeja Datta)
- Login: shreejad
- Registered on: 10/12/2022
- Last sign in: 10/12/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/12/2022
-
02:18 AM Ruby Bug #19049 (Closed): lib/debug.rb in Ruby 3.0.4 fails due to $SAFE not being set
- Since $SAFE is not a special identifier in Ruby 3.0, lib/debug.rb throws an error as it references to $SAFE which is not set.
Code:
https://github.com/ruby/ruby/blob/ruby_3_0/lib/debug.rb#L6
Error:
lib/ruby/3.0.0/debug.rb:6:in ...