Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-10-01 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall updated an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Kurt Wall




QA Status:

 Reviewed












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-20 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall updated an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Kurt Wall




Assignee:

 KurtWall












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-20 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall commented on an issue


















  Re: Remove 'collect' and 'select' iterative function stubs 










Verified in master at SHA=dc1ad6858d0eac37b52d7e88bd76fe2b4a204ed8. Attempts to call the collect() or select() generate an error using both the current and future parser:



$ be puppet apply -e collect('') --parser future
Error: Evaluation Error: Unknown function: 'collect'. at line 1:1 on node breve.wifi.puppetlabs.net
Error: Evaluation Error: Unknown function: 'collect'. at line 1:1 on node breve.wifi.puppetlabs.net

$ be puppet apply -e collect('') --parser current
Error: Unknown function collect at line 1 on node breve.wifi.puppetlabs.net
Error: Unknown function collect at line 1 on node breve.wifi.puppetlabs.net

$ be puppet apply -e select('') --parser future
Error: Evaluation Error: Unknown function: 'select'. at line 1:1 on node breve.wifi.puppetlabs.net
Error: Evaluation Error: Unknown function: 'select'. at line 1:1 on node breve.wifi.puppetlabs.net

$ be puppet apply -e select('') --parser current
Error: Unknown function select at line 1 on node breve.wifi.puppetlabs.net
Error: Unknown function select at line 1 on node breve.wifi.puppetlabs.net















   

 Add Comment

























 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 







 The functions 'select' and 'collect' are currently stubs that raise an error (to help those using the future parser from  3.5 migrate their code). In 4.0.0 those stubs should be removed.












Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-19 Thread Kurt Wall (JIRA)
Title: Message Title










 

 Kurt Wall assigned an issue to Kurt Wall


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Kurt Wall




Assignee:

 KurtWall












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-18 Thread Kylo Ginsberg (JIRA)
Title: Message Title










 

 Kylo Ginsberg updated an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Kylo Ginsberg




Sprint:

 Week2014-6-11to2014-6-18 ,Week2014-6-18to2014-6-25












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-18 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg commented on an issue


















  Re: Remove 'collect' and 'select' iterative function stubs 










For functional review:


The functions 'collect' and 'select' should now be not found when called (they use to give a specific error about functions being renamed).


If ambitious try with --parser future, and --parser current (they should have the same result).














   

 Add Comment

























 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 







 The functions 'select' and 'collect' are currently stubs that raise an error (to help those using the future parser from  3.5 migrate their code). In 4.0.0 those stubs should be removed.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google 

Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-17 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker commented on an issue


















  Re: Remove 'collect' and 'select' iterative function stubs 










Merged into master in cc13e1.












   

 Add Comment

























 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 







 The functions 'select' and 'collect' are currently stubs that raise an error (to help those using the future parser from  3.5 migrate their code). In 4.0.0 those stubs should be removed.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-16 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker updated an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Andy Parker




Sprint:

 Week2014-6-11to2014-6-18












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-16 Thread Andy Parker (JIRA)
Title: Message Title










 

 Andy Parker assigned an issue to Andy Parker


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Andy Parker




Assignee:

 AndyParker












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-11 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg commented on an issue


















  Re: Remove 'collect' and 'select' iterative function stubs 










I think we can remove these stubs in 3.7 rather than moving them to the new API. They only apply to the future parser, and those that use it should have seen the deprecation warnings already.
Changing this ticket to 3.7












   

 Add Comment

























 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 







 The functions 'select' and 'collect' are currently stubs that raise an error (to help those using the future parser from  3.5 migrate their code). In 4.0.0 those stubs should be removed.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2014-06-11 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg updated an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Change By:

 Henrik Lindberg




Fix Version/s:

 4.0.0




Fix Version/s:

 3.7.0












   

 Add Comment






















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-1057) Remove 'collect' and 'select' iterative function stubs

2013-12-16 Thread Henrik Lindberg (JIRA)
Title: Message Title










 

 Henrik Lindberg created an issue


















 Puppet /  PUP-1057



  Remove 'collect' and 'select' iterative function stubs 










Issue Type:

  Improvement




Assignee:


 Unassigned




Components:


 DSL




Created:


 16/Dec/13 7:36 AM




Fix Versions:


 4.0.0




Priority:

  Normal




Reporter:

 Henrik Lindberg










The functions 'select' and 'collect' are currently stubs that raise an error (to help those using the future parser from  3.5 migrate their code). In 4.0.0 those stubs should be removed.












   

 Add Comment