General

Profile

leriksen (Leif Eriksen)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

07/05/2015

08:05 AM Ruby master Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
No issue with a fresh ruby-2.2.2-p95-x86-mingw either.
Deka, what do you get for "gem --version" ? Check which gem...
leriksen (Leif Eriksen)
02:20 AM Ruby master Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
I tested this against ruby 2.2.2p95 x64-mingw without issue.
rhc.bat appears to be correct.
~~~
@ECHO OFF
IF ...
leriksen (Leif Eriksen)

01/19/2015

10:02 AM Ruby master Bug #10733: Time.httpdate raises ArgumentError when DateTime.now.httpdate is provided as input
Oh and if you comment out the local_httpdate(date_UTF) line, the space is consumed.
~~~
~/src/bugs/10733 bundle e...
leriksen (Leif Eriksen)
09:54 AM Ruby master Bug #10733: Time.httpdate raises ArgumentError when DateTime.now.httpdate is provided as input
ok, the US-ASCII encoding is not having its space consumed as the regex matches! I've extracted the part of the regex... leriksen (Leif Eriksen)
09:35 AM Ruby master Bug #10733: Time.httpdate raises ArgumentError when DateTime.now.httpdate is provided as input
defintely a regex issue, not related to DateTime or Time at all (other than them being affected the same)
```ruby
...
leriksen (Leif Eriksen)
09:00 AM Ruby master Bug #10733: Time.httpdate raises ArgumentError when DateTime.now.httpdate is provided as input
This is a tricky one. It is a spooky interaction when calling `Time.httpdate` with an US-ASCII encoding _after_ calli... leriksen (Leif Eriksen)

12/13/2014

04:50 AM Ruby master Bug #10591: Net::HTTPResponse#read_status_line does not throw Net::HTTPBadResponse with some malformed responses.
https://github.com/ruby/ruby/pull/782
update regex to require one or more spaces (changed from zero or more) betwe...
leriksen (Leif Eriksen)

07/13/2014

10:38 AM Ruby master Bug #10011: Passing a string to Pathname#relative_path_from results in NoMethodError
https://github.com/ruby/ruby/pull/666 leriksen (Leif Eriksen)

07/11/2014

12:41 AM Ruby master Bug #10011: Passing a string to Pathname#relative_path_from results in NoMethodError
OK I will update to TypeError - the method argument does need to support the Pathname interface.
As for the subcla...
leriksen (Leif Eriksen)

07/10/2014

11:19 PM Ruby master Bug #10011: Passing a string to Pathname#relative_path_from results in NoMethodError
I agree with the confusion - initially I thought :to_path could be used, but despite its name it returns a string, he... leriksen (Leif Eriksen)

Also available in: Atom