Issue #16040 has been updated by Josh Cooper.
Tried removing zaml and there are 130 test failures. Some tests fail because of
unexpected newlines, which should be benign:
<pre>
128) Pure ruby yaml implementation should convert the Object
#<Object:0x10ae70a58> to yaml
Failure/Error: o.to_yaml.should == y
expected: "--- !ruby/object {}"
got: "--- !ruby/object {}\n\n" (using ==)
</pre>
However, others seem to be significant:
<pre>
109) Puppet::SimpleGraph (yaml tests) should serialize properly when used as a
base class
Failure/Error: recovered_derived = YAML.load(YAML.dump(derived))
NoMethodError:
undefined method `[]' for :@foo:Symbol
...
120) Pure ruby yaml implementation should convert the Symbol :symbol to yaml
Failure/Error: o.to_yaml.should == y
expected: "--- !ruby/sym symbol"
got: "--- :symbol\n" (using ==)
Diff:
@@ -1,2 +1,2 @@
---- !ruby/sym symbol
+--- :symbol
...
126) Pure ruby yaml implementation should produce yaml for the Hash
{#<Object:0x10ae70508>=>#<Object:0x10ae704e0>} that can be reconstituted
Failure/Error: lambda { YAML.load(o.to_yaml) }.should_not raise_error
expected no Exception, got #<ArgumentError: syntax error on line 2,
col -1: `: !ruby/object {}
'>
</pre>
----------------------------------------
Bug #16040: Remove ZAML
https://projects.puppetlabs.com/issues/16040#change-70059
Author: James Turnbull
Status: Investigating
Priority: Immediate
Assignee: Andrew Parker
Category: plumbing
Target version: 2.7.x
Affected Puppet version: 2.7.0
Keywords: ZAML
Branch:
We've recently identified that ZAML is licensed GPLv3 which is incompatible
with our Apache 2.0 license.
We need to remove ZAML from the 2.7.x and 3.x.x branches expeditiously.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" 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-bugs?hl=en.