Issue #18636 has been updated by Andrew Parker. Status changed from Accepted to In Topic Branch Pending Review Assignee deleted (Andrew Parker) Branch set to https://github.com/puppetlabs/puppet/pull/1394
<https://github.com/puppetlabs/puppet/pull/1394> ---------------------------------------- Bug #18636: Error from RDoc when installing gem packages https://projects.puppetlabs.com/issues/18636#change-81153 Author: Andrew Parker Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: 3.1.0 Affected Puppet version: 3.0.2 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1394 This is a regression of #4161. Commit 5ee25589 added a new method but did not retain the directives to RDoc that was the fix for the parsing problem. <pre> RDoc failure in lib/puppet/parser/lexer.rb at or around line 245 column 13 Before reporting this, could you check that the file you're documenting compiles cleanly--RDoc is not a full Ruby parser, and gets confused easily if fed invalid programs. The internal error was: ERROR: While executing gem ... (NoMethodError) undefined method `name' for #<RubyToken::TkLPAREN:0xb48a30e0> </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
