Issue #18636 has been updated by Matthaus Owens. Status changed from Merged - Pending Release to Closed
Released in Puppet 3.1.0 ---------------------------------------- Bug #18636: Error from RDoc when installing gem packages https://projects.puppetlabs.com/issues/18636#change-82453 Author: Andrew Parker Status: Closed 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to 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.
