General

Profile

tad (Tadashi Saito)

  • Login: tad
  • Registered on: 07/28/2008
  • Last sign in: 10/16/2025

Issues

open closed Total
Assigned issues 0 21 21
Reported issues 0 13 13

Projects

Project Roles Registered on
Ruby Committer 11/28/2017

Activity

05/03/2019

04:58 AM Ruby Bug #15819: cannot read document of File::NULL with "ri File::NULL"
When I type `ri File::NULL`, got
> Nothing known about File::NULL
> ...
but
* `ruby -e 'p File::NULL'` prints `"/dev/null"` succesfully
* Documents are already written in #7365
* I could read it with `ri File::File::Constants`
...
tad (Tadashi Saito)
04:50 AM Ruby Bug #15819 (Closed): cannot read document of File::NULL with "ri File::NULL"
tad (Tadashi Saito)

05/01/2019

04:31 AM Ruby Feature #15814: Capturing variable in case-when branches
What is the relationship with #14912 that already committed? tad (Tadashi Saito)

03/08/2019

12:35 AM Ruby Revision e185c971 (git): use __GNUC__ instead of __GCC__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tad (Tadashi Saito)

02/27/2019

11:59 PM Ruby Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
Really interesting, but what are the benefits for users who writes Ruby?
Did the Rails app get faster enough? Or you have some other motivations?
tad (Tadashi Saito)

02/06/2019

02:20 PM Ruby Feature #15590: Add dups to Array to find duplicates
How about `Set#add?` ?
```ruby
require 'set'
a = ["Tokyo", "Paris", "London", "Miami", "Paris", "Orlando", "Dubai", "Tokyo", "Paris"]
s = Set.new
p a.select{|e| !s.add?(e)} #=> ["Paris", "Tokyo", "Paris"]
```
tad (Tadashi Saito)

01/19/2019

05:50 AM Ruby Bug #15469: Ruby2.6 included `bundler` does not handle specified `csv` gem.
I could reproduce too with "Test code".
Also, I could reproduce with simpler code below.
### Gemfile
``` ruby
source "https://rubygems.org"
gem "csv", "1.0.0"
```
### test.rb
```ruby
require "csv"
p csv: CSV::VERS...
tad (Tadashi Saito)

10/20/2018

07:40 AM Ruby Revision b640b21d (git): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tad (Tadashi Saito)

12/14/2017

08:52 AM Ruby Feature #12275: String unescape
I committed this under the approval of @naruse . https://github.com/ruby/ruby/pull/1765#pullrequestreview-83409358
Thanks a lot.
tad (Tadashi Saito)
08:47 AM Ruby Revision bbec11d3 (git): Implement String#undump to unescape String#dump-ed string
[Feature #12275] [close GH-1765]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tad (Tadashi Saito)

Also available in: Atom