 colby (Colby Swandale)
 colby (Colby Swandale)
- Login: colby
- Registered on: 04/22/2017
- Last sign in: 06/24/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 2 | 2 | 
| Reported issues | 1 | 1 | 2 | 
Projects
| Project | Roles | Registered on | 
|---|---|---|
| Ruby | Contributor | 03/03/2025 | 
Activity
12/30/2018
- 
  
  10:26 AM Ruby Misc #15486: Default gems README.md 
- I just come across this issue. I wanted to point out that I've been working on the:
 * https://github.com/ruby/logger
 * https://github.com/ruby/fileutils
 * https://github.com/ruby/irb
 * https://github.com/ruby/rake
 Repositories f...
11/29/2018
- 
  
  11:09 PM Ruby Bug #15354: Remove Bundler from StdLib 
- vo.x (Vit Ondruch) wrote:
 > please consider removal of Bundler from StdLib unless upstream demonstrates it can maintain it properly.
 Hi, Bundler core team dev here.
 What does this even mean? We have been maintaining Bundler "prop...
09/28/2017
- 
  
  01:35 PM Ruby Feature #13946 (Closed): Rename configure.in to configure.ac 
- Hello ruby team!
 In my quest to learn about Ruby-lang's src i was reading through [autoconf's documentation](http://www.gnu.org/software/autoconf/manual/autoconf.html) and got a bit confused about where the autoconf script was for rub...
04/25/2017
- 
  
  05:33 AM Ruby Feature #13502: remove unused Array#to_s implementation 
- Thanks for the feedback Eric. I'll work on that.
04/24/2017
- 
  
  04:53 AM Ruby Feature #13502 (Open): remove unused Array#to_s implementation 
- Hello Ruby Team!
 First time i've make a commit request, hopefully not the last :)
 While browsing the src of ruby, specifically array.c i noticed that Array#to_s is an alias of Array#inspect but the implementation of Array#to_s stil...