
SystemStackError: stack level too deep
Reported by Jason Morrison | March 7th, 2009 @ 09:44 PM
Howdy folks,
I get the following error when creating a new user instance:
irb(main):010:0* user = GitHub::API.user('mbleigh') <GitHub::User company="Intridea, Inc." name="Michael Bleigh"> SystemStackError: stack level too deep
from /opt/local/lib/ruby/gems/1.8/gems/mash-0.0.3/lib/mash.rb:100:in `dup'
from /opt/local/lib/ruby/gems/1.8/gems/mash-0.0.3/lib/mash.rb:213:in `stringify_keys'
from /opt/local/lib/ruby/gems/1.8/gems/mash-0.0.3/lib/mash.rb:131:in `deep_update'
from /opt/local/lib/ruby/gems/1.8/gems/mash-0.0.3/lib/mash.rb:50:in `initialize'
(repeat...)
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A simple library for accessing the GitHub API.