[svn:parrot] r45798 - trunk
bacek at svn.parrot.org
bacek at svn.parrot.org
Mon Apr 19 10:04:24 UTC 2010
Author: bacek
Date: Mon Apr 19 10:04:23 2010
New Revision: 45798
URL: https://trac.parrot.org/parrot/changeset/45798
Log:
Deprecate nested aggregates auto-vivification.
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Mon Apr 19 08:46:45 2010 (r45797)
+++ trunk/DEPRECATED.pod Mon Apr 19 10:04:23 2010 (r45798)
@@ -121,6 +121,19 @@
L<https://trac.parrot.org/parrot/ticket/1554>
+=item Auto-vivification of nested aggregates [eligible in 2.4]
+
+Auto-vivifation of nested aggregated is deprecated.
+
+E.g.
+
+ $P0 = new ['Hash']
+ $S1 = $P0['foo';'bar';'baz']
+
+will not auto-vivify nested hashes and return PMCNULL early.
+
+L<https://trac.parrot.org/parrot/ticket/1561>
+
=back
=head1 Opcodes
More information about the parrot-commits
mailing list