TOKI.Yoshinori (仁謙 土岐)
- Login: TOKI.Yoshinori
- Registered on: 12/04/2019
- Last sign in: 02/15/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/15/2020
-
06:05 AM Ruby Bug #16634 (Closed): DRb remote method call with keyword argument occurs warning message of deprecated on Ruby 2.7.0, and fails on Ruby 2.8.0dev
- DRb remote method call with keyword argument occurs warning message of deprecated on Ruby 2.7.0, and fails on Ruby 2.8.0dev
On Ruby 2.7.0 (`ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]`), DRb remote method call with ke...
12/04/2019
-
07:35 AM Ruby Bug #16399 (Closed): TracePoint.stat disappeared in Ruby-2.7.0-preview3
- `TracePoint.stat` method that existed in Ruby 2.6 (including 2.7.0-preview2) no longer exists in Ruby 2.7.0-preview3, but instead, `TracePoint#stat` method that did not exist so far has been added.
Test Script:
```ruby
#!/usr/bin/...