[svn:parrot] r37496 - trunk
allison at svn.parrot.org
allison at svn.parrot.org
Mon Mar 16 20:13:24 UTC 2009
Author: allison
Date: Mon Mar 16 20:13:23 2009
New Revision: 37496
URL: https://trac.parrot.org/parrot/changeset/37496
Log:
[cage] Update deprecation items listed as "BEFORE 1.0" to "eligible in 1.1".
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Mon Mar 16 19:53:33 2009 (r37495)
+++ trunk/DEPRECATED.pod Mon Mar 16 20:13:23 2009 (r37496)
@@ -35,15 +35,15 @@
=over 4
-=item pointer [BEFORE 1.0]
+=item pointer [eligible in 1.1]
L<https://trac.parrot.org/parrot/ticket/187>
-=item random [BEFORE 1.0]
+=item random [eligible in 1.1]
L<https://trac.parrot.org/parrot/ticket/189>
-=item ref [BEFORE 1.0]
+=item ref [eligible in 1.1]
L<https://trac.parrot.org/parrot/ticket/190>
@@ -117,7 +117,7 @@
L<http://rt.perl.org/rt3/Ticket/Display.html?id=48014>
-=item :anon and :vtable named parameters to add_method [BEFORE 1.0]
+=item :anon and :vtable named parameters to add_method [eligible in 1.1]
If you want to override a vtable method/function when building a Class, then
use the method C<add_vtable_override> instead of calling C<add_method> with
@@ -131,7 +131,7 @@
=over 4
-=item Assignment syntax with opcodes [BEFORE 1.0]
+=item Assignment syntax with opcodes [eligible in 1.1]
When the first argument of an opcode is C<OUT>, then
the assignment syntax will be allowed, as it is today.
@@ -149,7 +149,7 @@
L<http://rt.perl.org/rt3/Ticket/Display.html?id=36283>
-=item named class/pmc lookup in pir syntax such as new, isa, subclass, get_class, etc [BEFORE 1.0]
+=item named class/pmc lookup in pir syntax such as new, isa, subclass, get_class, etc [eligible in 1.1]
Class PMC name resolution will be the following.
@@ -164,7 +164,7 @@
L<https://trac.parrot.org/parrot/ticket/159>
-=item C<.HLL_map> [BEFORE 1.0]
+=item C<.HLL_map> [eligible in 1.1]
Languages should use this instead:
@@ -179,11 +179,11 @@
=over 4
-=item mmd_cvt_to_types [BEFORE 1.0]
+=item mmd_cvt_to_types [eligible in 1.1]
L<http://rt.perl.org/rt3/Ticket/Display.html?id=60626>
-=item src/pic.c and src/pic_jit.c [BEFORE 1.0]
+=item src/pic.c and src/pic_jit.c [eligible in 1.1]
These two files were a thin prototype implementation of Polymorphic Inline
Caching that only ever applied to 4 opcodes, one of which has now been removed.
@@ -191,7 +191,7 @@
L<http://rt.perl.org/rt3/Ticket/Display.html?id=60048>
-=item Subs marked with C<:vtable>/C<:method> aren't in namespace [BEFORE 1.0]
+=item Subs marked with C<:vtable>/C<:method> aren't in namespace [eligible in 1.1]
Subs marked with C<:vtable> or C<:method> flags are no longer given a
namespace entry by default. Use the C<:nsentry> flag to cause this
@@ -199,7 +199,7 @@
L<http://rt.perl.org/rt3/Ticket/Display.html?id=53302>
-=item Parrot_readbc, Parrot_loadbc. [BEFORE 1.0]
+=item Parrot_readbc, Parrot_loadbc. [eligible in 1.1]
They have been renamed to C<Parrot_pbc_read>, C<Parrot_pbc_load>.
C<Parrot_pbc_read> has one third int argument.
@@ -252,7 +252,7 @@
=over 4
-=item P6protoobject stringification [BEFORE 1.0]
+=item P6protoobject stringification [eligible in 1.1]
Stringification of protoobjects will return the full name of the type
and parentheses, per Synopsis 12.
@@ -332,7 +332,7 @@
=over 4
-=item tools/build/dynoplibs.pl and tools/build/dynpmc.pl [BEFORE 1.0]
+=item tools/build/dynoplibs.pl and tools/build/dynpmc.pl [eligible in 1.1]
Replaced with makefiles.
More information about the parrot-commits
mailing list