[svn:parrot] r42477 - trunk

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Fri Nov 13 06:48:07 UTC 2009


Author: dukeleto
Date: Fri Nov 13 06:48:01 2009
New Revision: 42477
URL: https://trac.parrot.org/parrot/changeset/42477

Log:
[cage] Update NEWS for the upcoming release

Modified:
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Fri Nov 13 03:43:26 2009	(r42476)
+++ trunk/NEWS	Fri Nov 13 06:48:01 2009	(r42477)
@@ -35,10 +35,11 @@
   + The library YAML/Parser/Syck.pir was removed.
   + The VTABLE function instantiate_str() was removed.
 - Tests
-  + New tests using the new test functions lives_ok() and dies_ok() were written.
-  + The test script t/op/annotate-old.t was added.
-  + Many test scripts were converted from Perl5 to PIR.
-  + In some test the dependency on Perl 5' %Config was eliminated.
+  + New testing functions in Test::More: lives_ok() and dies_ok().
+  + t/op/annotate.t has begun to be translated to PIR.
+  + t/op/00ff-dos.t was converted to PIR.
+  + t/op/inf_nan.t was converted to PIR.
+  + In some tests the dependency on %Config from Perl 5 was eliminated.
 - Documentation
   + The meaning of 'p' means in NCI function call signatures was clarified.
 - Libraries


More information about the parrot-commits mailing list