On Tue, 2009-07-28 at 11:49 -0400, Eric Gerlach wrote: > On Mon, Jul 27, 2009 at 10:53:19AM -0700, Luke Kanies wrote: > > > Would it be reasonable for this *not* go into 0.25 (which is almost > > > ready for > > > release) but instead go into 0.26, and that 0.26 *only* contain > > > this, the > > > transaction/event handling changes, and bug fixes. > > > > > > I'm of mixed minds here. We've got *tons* in 0.25, and I think it's > > going to take people a while to digest it all, and I think we're going > > to have a painfully large collection of bugs filed with this new > > release. But the work is already done, and it's very little in the > > way of behaviour change, rather it's just behaviour addition. > > That raises an interesting question for me. Is there any way that I could > have > written a manifest in 0.24 that will behave differently (i.e. accidentally > trigger regexes) after this patch is applied?
No, because all regexes are delimited by // and are a different kind of things the parser knows. Before this patch this syntax was invalid. To be more specific, if/case/selector are working the way they were working, but allow a regex to be used. Nodes now support regex delimited by // (and normally your nodes weren't using those characters in their name). -- Brice Figureau My Blog: http://www.masterzen.fr/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
