kou (Kouhei Sutou)
- Login: kou
 - Email: kou@cozmixng.org
 - Registered on: 06/03/2008
 - Last sign in: 02/22/2024
 
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 94 | 94 | 
| Reported issues | 1 | 12 | 13 | 
Projects
| Project | Roles | Registered on | 
|---|---|---|
| Ruby | Committer | 07/04/2008 | 
Activity
05/10/2025
- 
  
  
09:03 AM Ruby Feature #21311: Namespace on read (revised)
 - > building fiddle fails
Could you share the error message? 
04/28/2025
- 
  
  
10:21 PM Ruby Bug #21288 (Closed): StringScanner#named_captures overrides matched captures with unmatched captures
 - strscan 3.1.4 gem fixed this.
 
04/14/2025
- 
  
  
02:06 AM Ruby Bug #21207 (Closed): CSV gem not installing in head
 - Thanks.
I close this. - 
  
  
01:10 AM Ruby Bug #21207: CSV gem not installing in head
 - Could you try master? It includes https://github.com/ruby/ruby/commit/cfa74dda4547c7ef4d3510b729bad8cc6299e523 .
 
04/13/2025
- 
  
  
07:01 AM Ruby Feature #20233: pkg-config not working on MSVC
 - Can we close this because https://github.com/ruby/ruby/pull/9815 was merged?
 
04/09/2025
- 
  
  
01:08 PM Ruby Feature #21258: Retire CGI library from Ruby 3.5
 - `URI.encode` (not `escape`)?
 
12/12/2024
- 
  
  
02:49 AM Ruby Misc #20946: Proposing tomoya ishida (@tompng) as a Ruby committer
 - +1
 
10/08/2024
- 
  
  
05:18 AM Ruby Feature #20705 (Closed): Should "0.E-9" be a valid float value?
 - commit:d17edf3a170b733356836353508319443d12c53c
 
10/03/2024
- 
  
  
09:11 AM Ruby Feature #20705: Should "0.E-9" be a valid float value?
 - @nobu Could you open a PR based on your implementation https://github.com/nobu/ruby/tree/float-dtoa ?
My implementation doesn't accept `0xf.p0` but your implementation does. 
09/06/2024
- 
  
  
02:48 AM Ruby Feature #20705: Should "0.E-9" be a valid float value?
 - Implementation: https://github.com/ruby/ruby/pull/11559
Should we also accept "0." as @mame showed in #2? The implementation includes "0." support.
FYI: to_f already accepts "0.". Float didn't accept "0.".