General

Profile

firedev (Nick O)

  • Login: firedev
  • Email: nick@firedev.com
  • Registered on: 01/07/2013
  • Last sign in: 06/21/2020

Issues

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

Activity

03/09/2013

05:29 PM Ruby Bug #8055 (Rejected): Method with the same name as accessor causes stack level too deep error
To me this looks like a bug. It causes stack level too deep in all versions of Ruby (1.9 and 2.0 at least).
class Test
attr_accessor :uuid
def uuid
self.uuid ||=1
end
end

> Test.new.uuid
SystemSt...
firedev (Nick O)

01/22/2013

09:52 PM Ruby Bug #4300: Merge keys not working as expected in psych yaml parser
Sorry but this isn't fixed as of Ruby 1.9.3p374 (2013-01-15 revision 38858)
https://github.com/tenderlove/psych/issues/8#issuecomment-12541499
firedev (Nick O)

Also available in: Atom