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 | 3 | 3 |
Like
Activity
07/08/2024
- 02:47 PM Ruby master Bug #20615: [Regexp] Incorrect match result for Regexp including unicode property
- This regexp pattern is invalid.
Sorry for my mistake. - 02:34 PM Ruby master Bug #20615 (Closed): [Regexp] Incorrect match result for Regexp including unicode property
- A regex pattern including an unicode property is not matched correctly.
``` ruby
/\A *\z/.match?('') # => true
/...
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... - 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... - 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]...
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...
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.
...
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....
Also available in: Atom