shyouhei (Shyouhei Urabe)
- Login: shyouhei
- Email: shyouhei@ruby-lang.org
- Registered on: 05/05/2008
- Last sign in: 11/14/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
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... - 12:02 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-4:
> > I think it is unsafe for memory leak, in comparison with "RString alloc...
11/01/2024
- 03:28 AM Ruby master Bug #20857: Ruby 3.4 seems to have backwards compatibility issues more than its predecessors
- (Let me change the subject of this thread. It is not only the matter of Hash#inspect anymore.)
09/30/2024
- 08:43 AM Ruby master Revision 239c1c62 (git): LLVM 20 begun
- see also https://github.com/llvm/llvm-project/commit/10c6d6349e51bb245b9deec4aafca9885971135b
09/27/2024
- 05:39 AM Ruby master Revision 52bb90f9 (git): sequential execution of some CI tasks
- reduced parallelism from some 50-ish to 10-ish so that other jobs
can run.
09/11/2024
- 01:54 AM Ruby master Feature #20594: A new String method to append bytes while preserving encoding
- Dan0042 (Daniel DeLorme) wrote in #note-29:
> I understand the idea of keeping things consistent. But why does `setb...
07/31/2024
- 02:32 AM Ruby master Feature #20525: Percent string literal with indentation support or String#dedent
- Why not `<<~"}"` ?
Also available in: Atom