NoKarma (Arthur Schreiber)

  • Email:
  • Registered on: 06/08/2008
  • Last connection: 08/07/2008

Activity

Reported issues: 19

08/15/2008

09:57 pm ruby-trunk Bug #447 (Closed): [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
=begin
Net::HTTPHeader#canonical_each, Net::HTTPHeader#each_capitalized_name,
Net::HTTPHeader#each_capitalized, Ne...
09:47 pm ruby-trunk Bug #446 (Closed): [PATCH] [DOC] Net::HTTPHeaders#fetch does not return nil but raises IndexError
=begin
As Hash#fetch, Net::HTTPHeaders#fetch does raise an IndexError when neither a default
value nor a block wa...
09:42 pm ruby-trunk Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning defau...
=begin
require "net/http"

class Example
include Net::HTTPHeader

attr_accessor :body

def i...
08:41 pm Ruby 1.8 Bug #444 (Rejected): [PATCH] CGI#radio_group raises a TypeError when passing false as checked value
=begin
c = CGI.new("html4")
c.radio_group("test", ["bar", "label for bar", false])
=> TypeError: can't convert f...
08:35 pm Ruby 1.8 Bug #443 (Rejected): [PATCH] CGI#checkbox_group raises a TypeError when passing false as checked ...
=begin
c = CGI.new("html4")
c.checkbox_group("test", ["bar", "label for bar", false])
=> TypeError: can't conver...

08/07/2008

04:55 pm Ruby 1.8 Bug #385: Net::FTP#login raises TypeErrors
=begin
Yes, that patch seems to be fine.
=end

07/18/2008

06:33 pm ruby-trunk Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
=begin
Ok, the old patch is bugged.
Converting keys to Strings using #to_s might result in duplicated element attr...

07/11/2008

04:45 am ruby-trunk Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
=begin
Just wanted to say that this report and the patch are by me.
=end

07/07/2008

07:37 am Backport86 Backport #229 (Closed): CGI::Cookies can "get out of sync"
=begin
CGI::Cookies are an instance of a DelegateClass of their @value instance variable,
which is always an Array...

07/04/2008

02:21 am Ruby 1.8 Bug #223 (Closed): Net::FTP#sendport incompatible with Mathn library
=begin
The Mathn library modifies the #/ Operator to return a Rational instead of an Integer. But Net::FTP#sendport ...

Also available in: Atom