Issue #20581 has been updated by Andrew Parker. Status changed from In Topic Branch Pending Review to Merged - Pending Release
---------------------------------------- Bug #20581: --parser future Puppet 3.2 rc-2 does not correctly validate query expressions https://projects.puppetlabs.com/issues/20581#change-93250 * Author: Henrik Lindberg * Status: Merged - Pending Release * Priority: Normal * Assignee: Henrik Lindberg * Category: language * Target version: 3.3.0 * Affected Puppet version: * Keywords: language validation egrammar * Branch: https://github.com/puppetlabs/puppet/pull/1635 ---------------------------------------- An expression such as: <pre> User <| x >= |> {} </pre> Is not caught by the new validator because it validates the expression in the UFO operator as being a rvalue (not that it is a valid query). -- 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. For more options, visit https://groups.google.com/groups/opt_out.
