This only affects the YAML as it's being generated: both the core/YAML and the ZAML parsers can only consume correct YAML, but the core/YAML generator will can produce bad YAML that no one can read. The fixup() calls recover the broken YAML before it's sent across the network. If we never generate broken YAML, we don't need fixup().
~Jesse On Tue, May 25, 2010 at 9:16 PM, Ohad Levy <[email protected]> wrote: > What about cases where the client does not use zaml yet (e.g. old 0.24.x > clients)? will that introduce any new compatibility problems? > > Ohad > > On Wed, May 26, 2010 at 11:49 AM, Jesse A Wolfe <[email protected]> wrote: > >> Yes. >> >> On Tue, May 25, 2010 at 6:47 PM, Ohad Levy <[email protected]> wrote: >> >>> >>> >>> On Wed, May 26, 2010 at 6:17 AM, Jesse Wolfe <[email protected]> wrote: >>> >>>> Remove workarounds that were only needed because ruby's builtin YAML >>>> lib is broken. >>>> >>> Hi, >>> >>> Why is this being removed? is it because of the introduction of zaml? >>> >>> Ohad >>> >>> -- >>> 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]<puppet-dev%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/puppet-dev?hl=en. >>> >> >> -- >> 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]<puppet-dev%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/puppet-dev?hl=en. >> > > -- > 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]<puppet-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > -- 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.
