[svn:parrot] r44123 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Wed Feb 17 21:50:37 UTC 2010


Author: coke
Date: Wed Feb 17 21:50:36 2010
New Revision: 44123
URL: https://trac.parrot.org/parrot/changeset/44123

Log:
NQP itself is deprecated; go for a single ticket instead of the individual ones*

* which might still be fixed/updated in nqp-rx, so leaving those open.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Wed Feb 17 21:44:15 2010	(r44122)
+++ trunk/DEPRECATED.pod	Wed Feb 17 21:50:36 2010	(r44123)
@@ -296,38 +296,6 @@
 
 =back
 
-=head2 Not Quite Perl (NQP)
-
-=over 4
-
-=item C< $(...) > syntax  [eligible in 1.5]
-
-The C< $(...) > syntax for obtaining a result object from a Match
-object will no longer work.  The new syntax is to invoke the
-C<.ast> method on the Match object.
-
-L<https://trac.parrot.org/parrot/ticket/459>
-
-=item Quoted items [eligible in 1.5]
-
-Double-quoted strings will interpret unescaped $-names
-as interpolated variables in the string.  Bare slashes
-will introduce regular expressions.  The C<< <foo bar> >>
-syntax will produce an array of strings instead of a single
-string.
-
-L<https://trac.parrot.org/parrot/ticket/837>
-
-=item C<< PIR q:to:<xyz> >> inline PIR [eligible in 1.5]
-
-The C<< PIR q:to:<xyz> >> form of inline PIR in NQP scripts is
-deprecated.  Use C< Q:PIR { ... } >  or C< Q:PIR {{ ... }} >
-instead.
-
-L<https://trac.parrot.org/parrot/ticket/842>
-
-=back
-
 =head1 Compilers
 
 =over 4
@@ -337,6 +305,12 @@
 The json compiler was dupicated into data_json some time ago. If you're
 using json, just use data_json instead, it's the same code. See TT #1461.
 
+=item nqp [eligible in 2.4]
+
+Replaced by ext/nqp-rx and parrot-nqp.
+
+L<http://trac.parrot.org/parrot/ticket/1462>
+
 =back
 
 =head1 Parrot library
@@ -392,6 +366,8 @@
 a stable release without the C<[experimental]> tag; otherwise, it must be
 deprecated normally before removal or incompatible change.
 
+Note that anything in the ext/
+
 =back
 
 =cut


More information about the parrot-commits mailing list