General

Profile

NoKarma (Arthur Schreiber)

Issues

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

Activity

11/07/2013

07:19 PM Ruby master Bug #9089: rb_fix2uint no longer raises a RangeError when given negative values
That's weird. If you go back to the previous change that was made in numeric.c, the fix2uint specs do pass:
Arthur...
NoKarma (Arthur Schreiber)
07:52 AM Ruby master Bug #9089: rb_fix2uint no longer raises a RangeError when given negative values
=begin
I guess I somehow incorrectly formatted the issue description, so here it is again with proper formatting.
...
NoKarma (Arthur Schreiber)
07:34 AM Ruby master Bug #9089 (Rejected): rb_fix2uint no longer raises a RangeError when given negative values
Up until the change that was made in ((<URL:https://github.com/ruby/ruby/commit/92f59c6d7937b14bb5eefb052099ef0a3ef3b... NoKarma (Arthur Schreiber)

08/15/2008

09:57 PM Ruby master 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...
NoKarma (Arthur Schreiber)
09:47 PM Ruby master 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...
NoKarma (Arthur Schreiber)
09:42 PM Ruby master Bug #445 (Closed): [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
=begin
require "net/http"

class Example
include Net::HTTPHeader

attr_accessor :body

def i...
NoKarma (Arthur Schreiber)
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...
NoKarma (Arthur Schreiber)
08:35 PM Ruby 1.8 Bug #443 (Rejected): [PATCH] CGI#checkbox_group raises a TypeError when passing false as checked value
=begin
c = CGI.new("html4")
c.checkbox_group("test", ["bar", "label for bar", false])
=> TypeError: can't conver...
NoKarma (Arthur Schreiber)

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
NoKarma (Arthur Schreiber)

07/18/2008

06:33 PM Ruby master 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...
NoKarma (Arthur Schreiber)

Also available in: Atom