jnchito (Junichi Ito)
- Login: jnchito
- Registered on: 08/29/2016
- Last sign in: 12/22/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 4 | 15 | 19 |
Activity
Today
- 04:07 AM Ruby master Bug #20977: backtick is used for syntax errors related to 'it'
- My pull request is here:
https://github.com/ruby/ruby/pull/12424 - 04:04 AM Ruby master Bug #20977 (Open): backtick is used for syntax errors related to 'it'
- The following error message uses single quote for "'it'":
```
irb(main):012> [10].each_with_index { p "#{it}:#{_...
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 ...
Also available in: Atom