naruse (Yui NARUSE)
- Login: naruse
- Email: naruse@airemix.jp
- Registered on: 04/27/2008
- Last sign in: 09/11/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 12 | 291 | 303 |
Reported issues | 12 | 170 | 182 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Release Manager, Infrastructure team | 04/27/2008 |
Like
Activity
09/11/2025
-
10:28 AM Ruby Bug #21540: prism allows `foo && return bar` when parse.y doesn't
- @prism This issue breaks Ruby's compatibility. This should be fixed before Ruby 3.5 (or 4.0) is released. But this is...
-
08:31 AM Ruby Bug #21097: `x = a rescue b in c` and `def f = a rescue b in c` parsed differently between parse.y and prism
- Prism's behavior should be compatible with Ruby 3.3.
Unless a design change is accepted, it should not break a compa...
08/23/2025
-
07:04 AM Ruby Misc #21458: Test 'make install'?
- > There has also been numerous bugs related to make install and tool/rbinstall.rb.
> Some of those would have likely...
08/22/2025
-
07:39 AM Ruby Feature #21533: Introduce `Time#am?` and `Time#pm?`
- matheusrich (Matheus Richard) wrote in #note-7:
> It would be a bummer if the whole proposal was rejected over a min... -
07:36 AM Ruby Feature #21533 (Rejected): Introduce `Time#am?` and `Time#pm?`
- We discussed about the edge cases 00:00 and 12:00 in developer meeting.
After some discussion we concluded there is ...
08/21/2025
-
09:43 AM Ruby Bug #21503: \p{Word} does not match on \p{Join_Control} while docs say it does
- @k0kubun `name2ctype.h` is generated by `tool/enc-unicode.rb`. You can run it on ruby_3_4.
-
08:06 AM Ruby Bug #21529: Deprecate the /o modifier and warn against using it
- The `o` option for regexp is `once` option originally from Perl regexp.
https://perldoc.perl.org/perlop#Regexp-Quote... -
07:57 AM Ruby Misc #21458: Test 'make install'?
- Testing `make install` sounds reasonable. But complex multiple testing for installed files seems too complex.
> Ma...
08/19/2025
07/10/2025
-
09:39 AM Ruby Bug #21503: \p{Word} does not match on \p{Join_Control} while docs say it does
- It looks `\p{Word}` is updated in TR#18 Version 15.
https://www.unicode.org/reports/tr18/tr18-15.html
The fix looks...