fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

Getting Bad URI at random times #34

Closed tpitale closed 14 years ago

tpitale commented 14 years ago

bad URI(is not URI?): /yaml/issues/list/#Octopi::Repository:0x20053ec40/{:state=>"open"}

Keeps popping up at random times. I'd be happy to explore why this might be happening, if someone could point me in the right direction.

tpitale commented 14 years ago

not an octopi problem, issue with macruby

radar commented 14 years ago

Strange that this happened at all since there's a to_s method in the Repository class.

tpitale commented 14 years ago

It's a macruby problem, it's calling the wrong methods because of it's handling of module and inheritence

radar commented 14 years ago

Ok, thank you.