[1.9] defined? does not yet compile, is used by RubyGems --------------------------------------------------------
Key: JRUBY-5355 URL: http://jira.codehaus.org/browse/JRUBY-5355 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6RC1 Reporter: Charles Oliver Nutter Assignee: Charles Oliver Nutter Fix For: JRuby 1.6RC2 For 1.6RC1, I disabled defined? compilation because the code is rather complex and requires numerous small changes. Unfortunately this also means that JRuby can't be run in -X+C mode, because we load rubygems at startup which uses defined in a few places. For 1.6, we need to try to get defined? compiling. This will be painful, but it is necessary to get all 1.9 code to compile and to run with -X+C *at all* in 1.9 mode. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email