john_firebaugh (John Firebaugh)
- Login: john_firebaugh
- Email: john.firebaugh@gmail.com
- Registered on: 08/22/2009
- Last connection: 02/10/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 27 | 27 |
Activity
11/08/2012
-
03:29 AM Ruby master Feature #7297: map_to alias for each_with_object
- Ugh, sorry for the spam. I didn't realize "editing" a comment actually posts a new one.
-
03:26 AM Ruby master Feature #7297: map_to alias for each_with_object
- john_firebaugh (John Firebaugh) wrote:
> john_firebaugh (John Firebaugh) wrote:
> > I reviewed my own use of Hash[]... -
03:25 AM Ruby master Feature #7297: map_to alias for each_with_object
- john_firebaugh (John Firebaugh) wrote:
> I reviewed my own use of Hash[], and in the majority of cases, I'm transfor... -
03:25 AM Ruby master Feature #7297: map_to alias for each_with_object
- I reviewed my own use of Hash[], and in the majority of cases, I'm transforming both the key and value. So I would pr...
07/02/2012
-
11:18 AM Ruby master Bug #6685: duplicate results in Dir[]
- Hmm, according to http://www.ruby-forum.com/topic/153846 this is intended behavior.
-
11:08 AM Ruby master Bug #6685 (Rejected): duplicate results in Dir[]
- $ mkdir a
$ touch a/b.rb
$ irb
>> Dir['a{,/**}/*.rb']
=> ["a/b.rb", "a/b.rb"]
I expected ["a/b.rb"].
05/09/2012
-
05:40 AM Ruby master Bug #6415 (Closed): wrong documentation for Regex#==/eql?
- The documentation states that "Two regexps are equal if their patterns are identical, they have the same character se...
04/03/2012
-
08:06 AM Ruby master Bug #6249 (Closed): Process.exec doesn't restore the environment if it fails
- >> ENV["foo"]
=> nil
>> Process.exec({"foo" => "bar"}, "nonexistent")
Errno::ENOENT: No such file or directory - n...
03/24/2012
-
01:20 AM Ruby master Bug #6193: Time.new does not accept seconds as a String
- I think you want to use the obj2subsecx helper, not obj2vint, so that fractional seconds are still supported.
03/23/2012
-
12:21 PM Ruby master Bug #6193 (Closed): Time.new does not accept seconds as a String
- Time.new accepts any or all of the year, month, day, hour, or minute specified as a String, but does not accept a Str...
Also available in: Atom