shyouhei (Shyouhei Urabe)
- Login: shyouhei
- Email: shyouhei@ruby-lang.org
- Registered on: 05/05/2008
- Last connection: 07/23/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 4 | 146 | 150 |
Reported issues | 12 | 122 | 134 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 07/18/2008 |
Backport186 | Developer | 05/16/2009 |
Backport187 | Manager, Developer | 06/03/2008 |
Backport191 | Developer | 05/16/2009 |
Backport192 | Developer | 08/02/2010 |
Backport193 | Developer | 08/24/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
Ruby 1.8 | Developer, Release Manager | 05/05/2008 |
Ruby master | Developer | 05/05/2008 |
Activity
07/25/2022
-
12:53 AM Ruby master Feature #18668: Merge `io-nonblock` gems into core
- ianks (Ian Ker-Seymer) wrote in #note-21:
> IMO, we really do need to support this use case. Even if it were just fi...
07/22/2022
-
12:10 PM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- Yes, it is a typo. Thank you.
-
12:24 AM Ruby master Bug #18780: Incorrect binding receiver for C API rb_eval_string()
- Updating the header document.
```patch
From b968f277386649b7531a8999be54eacf3c599cdb Mon Sep 17 00:00:00 2001
From: ...
07/19/2022
-
12:40 AM Ruby master Misc #18921: Remove workaround for some fixed bug (llvm.4898 & 38095)?
- Well I'm not against deleting those parts someday, but our CI still have clang-3.9 coverage. It seems we still need ...
07/11/2022
-
07:24 AM Ruby master Bug #18893 (Closed): Don't redefine memcpy(3)
- This is fixed and will be included in the next release. Thank you!
07/07/2022
-
01:10 PM Ruby master Revision 7f64989e (git): do not define our own version of memcpy
- The (sole) use of memcpy in our public header is now replaced to
directly call ruby_nonempty_memcpy, and the previous...
07/06/2022
-
12:26 AM Ruby master Bug #18893: Don't redefine memcpy(3)
- This is my take:
```patch
From 505d00311d82fdbed80688e9db792c3b54b8ee27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5...
07/05/2022
-
01:00 AM Ruby master Bug #18893 (Open): Don't redefine memcpy(3)
- alx (Alejandro Colomar) wrote in #note-2:
> Actually, ISO C specifies (indirectly) that `memcpy(dest, NULL, 0)` is U...
07/04/2022
-
01:14 AM Ruby master Bug #18893 (Rejected): Don't redefine memcpy(3)
- alx (Alejandro Colomar) wrote:
> ```
> alx@asus5775:/usr/include$ grepc memcpy
> ./string.h:43:
> extern void *me...
06/29/2022
-
08:02 AM Ruby master Bug #18881: IO#read_nonblock raises IOError when called following buffered character IO
- Basically yes. Some edge cases can be considered though (e.g. IO#flush could also reset this, IO#pread could be spec...
Also available in: Atom