naruse (Yui NARUSE)
- Login: naruse
- Email: naruse@airemix.jp
- Registered on: 04/27/2008
- Last sign in: 11/18/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 |
Activity
11/17/2025
-
01:30 PM Ruby Revision a0ef2366 (git): remove old code
-
12:39 PM Ruby Revision 4fa6e993 (git): strnlen is not used now
-
08:06 AM Ruby Revision c32eb727 (git): The prev_ver of 4.0.0 is 3.4.0
10/23/2025
-
06:04 AM Ruby Misc #21630: Suggest @Earlopain for core contributor
- I agree that they have made many significant contributions to Prism this year. However, they do not yet have permissions for the ruby/prism repository. Perhaps we could first grant them access to ruby/prism, with Kevin serving as their m...
10/11/2025
-
08:38 AM Ruby Feature #21616: date ライブラリを deprecated させたい
- jinroq (Jinroq SAITOH) wrote in #note-2:
> nobu (Nobuyoshi Nakada) wrote in #note-1:
> ...
実装をどうするかよりも、Time.parseがRubyに必要かという議論をするのがよいと思います。
今のままのものがそのまま欲しいかというとNoよりだと思います。
じゃあ全くいらないのかというと悩ましいところで、まずここでいう Time.parse とは何かから考える必要があって、
...
09/30/2025
-
06:44 AM Ruby Feature #21617: Add Internationalized Domain Name (IDN) support to URI
- I agree the direction that URI supports IDN.
But there are some barriers to be solved:
* IDN Library
* IDN needs some logic and tables including punycode, nameprep, and some data tables as far as remember
* URI's argment
* URI.p...
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 issue looks not worked even if there is a PR. I worried that prism is now well maintained or not. As release manager, I al...
-
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 compatibility.
Could you change behaviors showed in this ticket to Ruby 3.3's behavior?
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.
> ...
I agree to add tests for installed ruby as regression test which checks such numerous bugs related to make install and tool/rbinstall.rb.
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 minor edge-case of 12pm/12am. I propose two alternatives:
> ...
There is no consensus that it can return false for Time.ut...