jnchito (Junichi Ito)
- Login: jnchito
- Registered on: 08/29/2016
- Last sign in: 02/28/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 3 | 15 | 18 |
Activity
12/25/2022
- 12:06 AM Ruby master Feature #19194: Add Regexp.linear_time?
- I feel it would be more natural if it was defined as instance method:
``` ruby
/a/.linear_time?
Regexp.new('a')....
12/23/2022
- 02:14 AM Ruby master Feature #17097: `map_min`, `map_max`
- `max_of` method is very elegant! I really want the Ruby version of this method.
For example, I need to write `colum...
02/01/2022
- 11:11 PM Ruby master Bug #18436: Fix Pathname dot directory globbing
- I noticed this change just now. We have some programs which depended on the previous behavior. It loses backward comp...
06/05/2021
- 06:48 AM Ruby master Misc #17683: Current status of beginless range (experimental or not)
- Hello, is there anyone who is responsible for this? I need this information for the book I'm writing now.
03/15/2021
- 01:40 AM Ruby master Feature #17724 (Closed): Make the pin operator support instance/class/global variables
- When I use pattern match with instance variables, I get an error message like "expecting local variable or method"
...
03/10/2021
- 09:40 AM Ruby master Misc #17683 (Open): Current status of beginless range (experimental or not)
- A beginless range was experimentally introduced in Ruby 2.7.0:
https://github.com/ruby/ruby/blob/v2_7_0/NEWS#label-O...
12/23/2020
- 11:47 PM Ruby master Bug #17466: Inconsistent backtrace order in Ruby 3.0
- > I'd like to have the same order because such an inconsistent results would confuse developers (especially beginners...
- 08:48 PM Ruby master Bug #17466 (Closed): Inconsistent backtrace order in Ruby 3.0
- I found the backtrace order is different between `ruby sample.rb` and irb in Ruby 3.0.
```ruby
# sample.rb
puts ...
12/15/2020
- 12:58 AM Ruby master Bug #17388: Doesn't Warning.warn support `category: :experimental` in Ruby 3.0.0?
- jeremyevans0 (Jeremy Evans) wrote in #note-2:
> If we are going to add support for an :experimental category, we sho...
12/13/2020
- 08:09 PM Ruby master Feature #17391 (Closed): How about removing File.exists?
- `File.exists?` has been deprecated since Ruby 2.1.0. I think the release of Ruby 3.0.0 might be a good time to remove...
Also available in: Atom