shyouhei (Shyouhei Urabe)
- Login: shyouhei
- Email: shyouhei@ruby-lang.org
- Registered on: 05/05/2008
- Last sign in: 03/14/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 42 | 44 |
Reported issues | 11 | 102 | 113 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 05/05/2008 |
Like
Activity
02/26/2025
-
12:49 AM Ruby Bug #21151: IO and StringIO raise FrozenError even for read-only methods
- StringIO situation is different, but for an IO to be read it has to be writable; thus can not be frozen. See what Op...
02/06/2025
-
11:49 PM Ruby Revision 2ed1962c (git): [CI] add CI matrix for clang-21
- see also https://github.com/llvm/llvm-project/pull/124870
01/27/2025
-
08:25 AM Ruby Bug #21091 (Third Party's Issue): recursive require not detected on case insensitive filesystem
- There's not much thing we can do to this situation. Your file system opted to provide us multiple file paths for an ...
12/18/2024
-
07:50 AM Ruby Feature #20878: A new C API to create a String by adopting a pointer: `rb_enc_str_adopt(const char *ptr, long len, long capa, rb_encoding *enc)`
- One thing pointed out in the last developer meeting was that future MMTK might want to break "asprintf return values ...
12/01/2024
-
11:58 PM Ruby Bug #20908: Ruby extension builds fail with GCC 15 which defaults to -std=gnu23
- Thank you for the report anyways! It's totally fine.
The io-console build log reads that it builds against ruby 3...
11/29/2024
-
02:19 PM Ruby Revision 25ad7e8e (git): rb_gc_impl_malloc can return NULL
- Let there be rooms for each GC implementations how to handle multi
threaded situations. They can be totally reentran... -
02:19 PM Ruby Revision 705714be (git): prefer ruby_memerror instead
- This could be out of GVL
11/26/2024
-
05:11 AM Ruby Bug #20908: Ruby extension builds fail with GCC 15 which defaults to -std=gnu23
- Ah, that could be a nice idea. Not sure if that breaks other parts though.
-
04:51 AM Ruby Bug #20908 (Third Party's Issue): Ruby extension builds fail with GCC 15 which defaults to -std=gnu23
- The extension library is confusing our C level API. `rb_define_singleton_method()` and friends do not intend to take ...
11/13/2024
-
07:09 AM Ruby Revision 0f28be6a (git): [CI] add GCC 14
Also available in: Atom