Issue #18636 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged in commit [b471ea3](https://github.com/puppetlabs/puppet/commit/b471ea3) Note when installing the gem, the following message is printed `Could not find main page README.md` but this behavior has existed since 2.7.12 at least. I'll file a separate issue for that. ---------------------------------------- Bug #18636: Error from RDoc when installing gem packages https://projects.puppetlabs.com/issues/18636#change-81645 Author: Andrew Parker Status: Merged - Pending Release 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]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
