[MacRuby] #1045: restclient gem fails when trying to GET
#1045: restclient gem fails when trying to GET ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- When I try RestClient.get 'http://macruby.org/' I get the error: NameError: uninitialized constant RestClient::Request::Payload /Users/ferrous/.rvm/gems/ruby-1.9.2-p0/gems/rest- client-1.6.1/lib/restclient/request.rb:42:in `initialize:' /Users/ferrous/.rvm/gems/ruby-1.9.2-p0/gems/rest- client-1.6.1/lib/restclient/request.rb:31:in `execute:' /Users/ferrous/.rvm/gems/ruby-1.9.2-p0/gems/rest- client-1.6.1/lib/restclient.rb:68:in `get:' -- Ticket URL: <http://www.macruby.org/trac/ticket/1045> MacRuby <http://macruby.org/>
#1045: restclient gem fails when trying to GET ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * milestone: => MacRuby 1.0 Comment: Clearly a const lookup bug. I can reproduce it too, thanks for reporting! -- Ticket URL: <http://www.macruby.org/trac/ticket/1045#comment:1> MacRuby <http://macruby.org/>
#1045: restclient gem fails when trying to GET ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): I reduced the bug and added the reduction to the test_vm suite as r5028. A fix for the bug will be committed a bit later. -- Ticket URL: <http://www.macruby.org/trac/ticket/1045#comment:2> MacRuby <http://macruby.org/>
#1045: restclient gem fails when trying to GET ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 1.0 => MacRuby 0.9 Comment: Should be fixed in r5032. -- Ticket URL: <http://www.macruby.org/trac/ticket/1045#comment:3> MacRuby <http://macruby.org/>
#1045: restclient gem fails when trying to GET ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Comment(by mrada@…): Confirmed, fixed. Thanks. -- Ticket URL: <http://www.macruby.org/trac/ticket/1045#comment:4> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby