Charles Oliver Nutter created JRUBY-6359:
--------------------------------------------

             Summary: Can't convert nil to String building ActiveSupport RDoc 
in 1.9 mode
                 Key: JRUBY-6359
                 URL: https://jira.codehaus.org/browse/JRUBY-6359
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.6.5, JRuby 1.6.6, JRuby 1.7
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


Continuation of JRUBY-5808...

{noformat}

system ~/projects/jruby2 $ jruby --1.9 -S gem install --rdoc --ri activesupport
Fetching: multi_json-1.0.4.gem (100%)
Fetching: activesupport-3.1.3.gem (100%)
Successfully installed multi_json-1.0.4
Successfully installed activesupport-3.1.3
2 gems installed
Installing ri documentation for multi_json-1.0.4...

RDoc::Parser::Ruby failure around line 1 of
lib/multi_json/engines/json_common.rb

Before reporting this, could you check that the file you're documenting
has proper syntax:

  /Users/headius/projects/jruby2/bin/jruby -c 
lib/multi_json/engines/json_common.rb

RDoc is not a full Ruby parser and will fail when fed invalid ruby programs.

The internal error was:

        (TypeError) can't convert nil into String

ERROR:  While generating documentation for multi_json-1.0.4
... MESSAGE:   can't convert nil into String
... RDOC args: --ri --op 
/Users/headius/projects/jruby2/lib/ruby/gems/1.8/doc/multi_json-1.0.4/ri 
--charset=UTF-8 lib LICENSE.md README.md --title multi_json-1.0.4 Documentation 
--quiet
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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


Reply via email to