Issue #20581 has been updated by Henrik Lindberg.
The effect is not disasterous - it simply means that the nice type of error (with detail information) is not emitted. And it is not caught by validation. A user will see: <pre> Error: Could not parse for environment production: Not a valid comparison operator in a collection query: <= on node henriks-macbook-pro.local </pre> Without detailed file, line, position information. ---------------------------------------- Bug #20581: --parser future Puppet 3.2 rc-2 does not correctly validate query expressions https://projects.puppetlabs.com/issues/20581#change-90570 * Author: Henrik Lindberg * Status: Accepted * Priority: Normal * Assignee: Henrik Lindberg * Category: language * Target version: 3.2.0 * Affected Puppet version: 3.2.0-rc1 * Keywords: language validation egrammar * Branch: ---------------------------------------- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
