ruby-jokes / close_enough

Spelling is hrad. close_enough lets yuo think about code instaed.
http://ruby-jokes.github.com/close_enough
GNU General Public License v3.0
84 stars 10 forks source link

close_enough is borking ri/rdoc somehow #11

Closed canweriotnow closed 11 years ago

canweriotnow commented 11 years ago

...and thusly interfering with installing some gems.

RDoc::Parser::Ruby failure around line 25 of
lib/pry/commands/ls.rb

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

  /Users/jlewis/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -c lib/pry/commands/ls.rb

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

The internal error was:

    (NoMethodError) undefined method `name' for #<RDoc::RubyToken::TkDOT:0x00000102799750>

ERROR:  While generating documentation for pry-0.9.12
... MESSAGE:   undefined method `name' for #<RDoc::RubyToken::TkDOT:0x00000102799750>
... RDOC args: --ri --op /Users/jlewis/.rvm/gems/ruby-1.9.3-p194@close_enough/doc/pry-0.9.12/ri lib --title pry-0.9.12 Documentation --quiet
canweriotnow commented 11 years ago

nm, has nothign to do with close_enough