[svn:parrot] r41539 - in trunk: . src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun Sep 27 21:11:31 UTC 2009


Author: NotFound
Date: Sun Sep 27 21:11:30 2009
New Revision: 41539
URL: https://trac.parrot.org/parrot/changeset/41539

Log:
[cage] deprecation notice for Parrot_oo_get_namespace, TT #1069

Modified:
   trunk/DEPRECATED.pod
   trunk/src/oo.c

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Sun Sep 27 20:46:48 2009	(r41538)
+++ trunk/DEPRECATED.pod	Sun Sep 27 21:11:30 2009	(r41539)
@@ -192,6 +192,10 @@
 
 L<https://trac.parrot.org/parrot/ticket/872>
 
+=item Parrot_oo_get_namespace [eligible in 2.1]
+
+L<https://trac.parrot.org/parrot/ticket/1069>
+
 =back
 
 =head1 Compiler tools

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c	Sun Sep 27 20:46:48 2009	(r41538)
+++ trunk/src/oo.c	Sun Sep 27 21:11:30 2009	(r41539)
@@ -156,6 +156,9 @@
 
 Lookup a namespace object from a class PMC.
 
+This function is deprecated, see TT #1069.
+Use the inspect interface in the Class PMC instead.
+
 =cut
 
 */


More information about the parrot-commits mailing list