Issue #22792 has been updated by Erik Dalén.
Henrik Lindberg wrote: > If `select` is renamed to `filter`, then what is the name for `reject` ? It seems the most common is just using `not` in the rule. `filterfalse` is actually available in python though. ---------------------------------------- Bug #22792: Function names in future parser https://projects.puppetlabs.com/issues/22792#change-98606 * Author: Erik Dalén * Status: Needs Decision * Priority: Normal * Assignee: Henrik Lindberg * Category: compiler * Target version: * Affected Puppet version: 3.3.0 * Keywords: future_parser * Branch: ---------------------------------------- I think the functions collect and select should be renamed to map & filter which seem to be much more common names for these functions in various programming languages. http://en.wikipedia.org/wiki/Map_(higher-order_function) http://en.wikipedia.org/wiki/Filter_(higher-order_function) -- 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.
