General

Profile

taichi730 (Taichi Ishitani)

  • Login: taichi730
  • Registered on: 07/26/2022
  • Last sign in: 12/28/2022

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Like

Activity

12/28/2022

03:56 AM Ruby master Bug #19273: [Regexp] regexp does not match expected
Pattern using `*` quantifier instead of `{0,3}` quantifier matches expactedly.
```
irb(main):027:0> pattern = /(?-mi...
taichi730 (Taichi Ishitani)
03:39 AM Ruby master Bug #19273: [Regexp] regexp does not match expected
This pattern shows a binary|decimal|hexadecimal value splitted by : character.
decimal only and decimal|hexadecima...
taichi730 (Taichi Ishitani)
03:10 AM Ruby master Bug #19273 (Closed): [Regexp] regexp does not match expected
A regexp pattern does not match expected with Ruby 3.2.
Ruby 3.2
``` ruby
pattern = /(?-mix:(?i-mx:[+-]?0b[01]...
taichi730 (Taichi Ishitani)

09/10/2022

12:31 PM Ruby master Bug #18998: Kernel#Integer does not convert SimpleDelegator object expectly
> it would be best if you defined #to_int on your delegator
I've tried this approach but it was failed because `ba...
taichi730 (Taichi Ishitani)

09/09/2022

05:10 PM Ruby master Bug #18998: Kernel#Integer does not convert SimpleDelegator object expectly
Thank you for your reply.
I understood that there is no documented specification and the current implementation.
...
taichi730 (Taichi Ishitani)

09/08/2022

01:21 PM Ruby master Bug #18998 (Closed): Kernel#Integer does not convert SimpleDelegator object expectly
Kernel#Integer method doens not convert a SimpleDelegator object of which value is a String.
This is an sample code....
taichi730 (Taichi Ishitani)

Also available in: Atom