#356: autoload is not working ------------------------+--------------------------------------------------- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by lsansone...@…):
* status: new => closed * resolution: => fixed Old description: > {{{ > $ macruby -e 'autoload :YAML, "yaml"; p YAML' > core:in `const_missing:': uninitialized constant YAML (NameError) > from -e:1:in `<main>' > }}} New description: {{{ $ macruby -e 'autoload :YAML, "yaml"; p YAML' core:in `const_missing:': uninitialized constant YAML (NameError) from -e:1:in `<main>' }}} -- Comment: Should be working in r2790. {{{ $ macruby -e 'autoload :YAML, "yaml"; p YAML' YAML }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/356#comment:1> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel