General

Profile

dominikh (Dominik Honnef)

Issues

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

Activity

04/23/2011

03:34 AM Ruby Bug #4597: YAML doesn't consider tab stops as whitespace in mappings
=begin
Okay, I just realized that only the latest YAML specification, 1.2, allows tabs there, while older ones do not. And as far as I know, Ruby's YAML parser doesn't support the 1.2 specification... I guess that makes this bug report i...
dominikh (Dominik Honnef)
01:15 AM Ruby Bug #4597 (Rejected): YAML doesn't consider tab stops as whitespace in mappings
=begin
The YAML specification states that in a mapping (aka Hash in Ruby), the mapping value indicator (":") has to be separated from the value by white space (see quotation [1]). The YAML specification also states, that white space is ...
dominikh (Dominik Honnef)

05/13/2010

08:11 PM Ruby Bug #3286: segfault in method_missing -> method -> method_missing recursive loop
=begin
Oh, nearly forgot it: It does not segfault if I don't use threads. It also does not segfault in a normal infinite recursive loop, i.e. no method_missing
=end
dominikh (Dominik Honnef)
08:09 PM Ruby Bug #3286 (Closed): segfault in method_missing -> method -> method_missing recursive loop
=begin
the following code segfaults in 1.9.1 (and ruby-head) but works in 1.8.x:

class Foo
def bar
unknown_variable
end

def method_missing(m, *args)
bar
end
end

Thread.new do
begin
Fo...
dominikh (Dominik Honnef)

Also available in: Atom