Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-12 Thread Luke Kanies
On Aug 5, 2014, at 6:41 PM, Reid Vandewiele wrote: > Visual review, for convenience: > > file { $title: * => $attributes; } > file { $title: => $attributes; } > file { $title: ($attributes); } > file { $title: attribute_defaults => $attributes; } > file { $title: attribute_hash => $attributes; }

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-05 Thread David Schmitt
On 2014-08-05 12:19, Erik Dalén wrote: On 3 August 2014 22:18, Luke Kanies mailto:l...@puppetlabs.com>> wrote: On Jul 28, 2014, at 6:43 AM, John Bollinger mailto:john.bollin...@stjude.org>> wrote: On Friday, July 25, 2014 5:15:30 PM UTC-5, henrik lindberg wrote: We r

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-05 Thread Erik Dalén
On 3 August 2014 22:18, Luke Kanies wrote: > On Jul 28, 2014, at 6:43 AM, John Bollinger > wrote: > > > > On Friday, July 25, 2014 5:15:30 PM UTC-5, henrik lindberg wrote: >> >> >> We reasoned that we already have create_resources in frequent use to >> solve real issues, so it is needed. I don't

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-04 Thread Andy Parker
On Sun, Aug 3, 2014 at 1:22 PM, Luke Kanies wrote: > On Jul 28, 2014, at 7:33 AM, Henrik Lindberg < > henrik.lindb...@cloudsmith.com> wrote: > > > On 2014-28-07 8:34, Luke Kanies wrote: > >> On Jul 24, 2014, at 5:32 PM, Andy Parker >> > wrote: > >> > >>> Howdy, > >>>

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-03 Thread Luke Kanies
On Jul 30, 2014, at 1:02 PM, John Bollinger wrote: [...] > Here are the tests for the future parser (as changed by the PR) > > ["thing" ,"resource", ["thing"]], > ["[thing]","resource", ["thing"]], > ["[[nested, array]]" ,"resource", ["nested", "array"]

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-03 Thread Luke Kanies
On Jul 28, 2014, at 7:33 AM, Henrik Lindberg wrote: > On 2014-28-07 8:34, Luke Kanies wrote: >> On Jul 24, 2014, at 5:32 PM, Andy Parker > > wrote: >> >>> Howdy, >>> >>> Henrik, David, Erik, John, and others have been having some pretty >>> epic conversations around

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-03 Thread Luke Kanies
On Jul 28, 2014, at 6:43 AM, John Bollinger wrote: > > > On Friday, July 25, 2014 5:15:30 PM UTC-5, henrik lindberg wrote: > > We reasoned that we already have create_resources in frequent use to > solve real issues, so it is needed. I don't think create_resources is > used simply because yo

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-08-03 Thread Luke Kanies
On Aug 1, 2014, at 9:28 AM, Andy Parker wrote: > > > > On Fri, Aug 1, 2014 at 12:39 AM, David Schmitt wrote: > On 2014-07-31 22:16, John Bollinger wrote: > [good points] > > Just a quick note that I'm mainly agreeing with John's points: Automatic (and > inconsistent) stringification of non-

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-07-30 Thread Jason Antman
FWIW, On Thu, Jul 24, 2014 at 8:32 PM, Andy Parker wrote: > > DECISION TWO > > Resource instantiations are value producing expressions > > The expression based grammar that puppet 4 will be based on changed almost > everything into a general expression, which allowed a lot of composition > t

Re: [Puppet-dev] Decision: Near future of resource expressions

2014-07-27 Thread Luke Kanies
On Jul 24, 2014, at 5:32 PM, Andy Parker wrote: > Howdy, > > Henrik, David, Erik, John, and others have been having some pretty epic > conversations around resource expressions, precedence, order of evaluation, > and several other topics. What kicked all of that off was us looking for some >

[Puppet-dev] Decision: Near future of resource expressions

2014-07-24 Thread Andy Parker
Howdy, Henrik, David, Erik, John, and others have been having some pretty epic conversations around resource expressions, precedence, order of evaluation, and several other topics. What kicked all of that off was us looking for some feedback on decisions we were making for the Puppet 4 language ab