Sho (Shohei Nakano)
- Login: Sho
- Registered on: 12/29/2022
- Last sign in: 02/15/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/09/2023
-
06:15 AM Ruby Bug #19283: Regex error on ruby 3.2
- This error is resolved by releasing ruby 3.2.1. I really appreciate it.
01/23/2023
-
04:52 AM Ruby Bug #19283: Regex error on ruby 3.2
- This case didn't become error after I tested this regex error case with ruby master branch(https://github.com/ruby/ruby/commit/5abb2ef1532e52f3e5fb63ea25e90a72c8e7d581).
This issue may be resolved by Bug #19273 and PR(https://github.co...
12/29/2022
-
11:04 AM Ruby Bug #19282: Regex error on ruby 3.2
- This issue is same with https://bugs.ruby-lang.org/issues/19283 and both I made. Would you remove this issue?
-
11:01 AM Ruby Bug #19283 (Closed): Regex error on ruby 3.2
- There is an regex error pattern on ruby 3.2.0. This pattern is success on ruby 3.1.3.
Is this a bug? Or, is ruby 3.2.0 correct?
- ruby 3.2.0
```
# ruby -v
ruby 3.2.0 (2022-12-25 revision a528908271) [x86_64-linux]
(byebug) MA...