On Oct 11, 2008, at 10:33 AM, Brice Figureau wrote:
>
> Hi,
>
> I'm still progressing through the language tickets, fixing and adding
> interesting features. This time, this is resource collect overriding.
>
> Here is an example usage:
>
> @user {
> "brice":
> uid => 1000,...
> }
>
> and later
> User <| name == brice |> {
> uid => 2000
> }
>
> I tried to have the minimal impact on the existing collector code so
> to not introduce new bugs. Unfortunately I couldn't find a way to
> write
> the grammar without duplicating the AST::Collection setup code.
>
> Please review and comment as usual :-)
Sorry I'm taking longer than normal on this code review.
I'm not quite comfortable pushing this into 0.24.6, since I think it
needs a bit more thought to see how it fits into the language, so I
don't want to rush it.
I'll assess the code this week, hopefully.
I assume these overrides follow the same rules as current overrides --
only possible within a subclass?
--
Zeilinger's Fundamental Law:
There is no Fundamental Law.
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---