shyouhei (Shyouhei Urabe)
- Login: shyouhei
- Email: shyouhei@ruby-lang.org
- Registered on: 05/05/2008
- Last sign in: 12/20/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 150 | 152 |
Reported issues | 11 | 124 | 135 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 07/18/2008 |
Backport186 | Committer | 05/16/2009 |
Backport187 | Owner, Committer | 06/03/2008 |
Backport191 | Committer | 05/16/2009 |
Backport192 | Committer | 08/02/2010 |
Backport193 | Committer | 08/24/2011 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer, Release Manager | 05/05/2008 |
Ruby master | Committer | 05/05/2008 |
Like
Activity
12/18/2024
- 07:50 AM Ruby master 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 master 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 master 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 master Revision 705714be (git): prefer ruby_memerror instead
- This could be out of GVL
11/26/2024
- 05:11 AM Ruby master 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 master 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 master Revision 0f28be6a (git): [CI] add GCC 14
- 03:56 AM Ruby master Bug #20891: Dir.foreach does not give a static list.
- ```ruby
a = [ 1, 2, 3 ]
a.each do |i|
a << i
end
```
You are doing this using your file system. The cont...
11/08/2024
- 09:00 AM Ruby master Feature #20864: Allow `Kernel#warn` to accept `**options` and pass these to `Warning.warn`.
- I also want something like this. In order to move things forward we have to clear some points:
- There could be p... - 08:43 AM Ruby master 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)`
- byroot (Jean Boussier) wrote in #note-7:
> > There is no reason for us to believe that the const char *ptr was alloc...
Also available in: Atom