[svn:parrot] r36521 - in trunk: . languages/cola
coke at svn.parrot.org
coke at svn.parrot.org
Tue Feb 10 03:24:59 UTC 2009
Author: coke
Date: Tue Feb 10 03:24:49 2009
New Revision: 36521
URL: https://trac.parrot.org/parrot/changeset/36521
Log:
Close out several language-specific RTs from parrot's queue, but list them for the language maintainer if needed.
Added:
trunk/languages/cola/TODO
Modified:
trunk/MANIFEST
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST Tue Feb 10 03:05:08 2009 (r36520)
+++ trunk/MANIFEST Tue Feb 10 03:24:49 2009 (r36521)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Mon Feb 9 06:46:28 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue Feb 10 03:23:43 2009 UT
#
# See tools/dev/install_files.pl for documentation on the
# format of this file.
@@ -1264,6 +1264,7 @@
languages/cola/MAINTAINER [cola]
languages/cola/README [cola]
languages/cola/System.cola [cola]
+languages/cola/TODO [cola]
languages/cola/cola.h [cola]
languages/cola/cola.l [cola]
languages/cola/cola.y [cola]
Added: trunk/languages/cola/TODO
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/languages/cola/TODO Tue Feb 10 03:24:49 2009 (r36521)
@@ -0,0 +1,20 @@
+The following tickets were stored in parrot's RT system.
+
+They have now been marked as rejected in that system, but are listed
+here for posterity, so they can easily be migrated into cola's new
+ticketing system, whatever that may be.
+
+#48198: [TODO] [cola] Add support for member resolution in lookup_type()
+ http://rt.perl.org/rt3/Ticket/Display.html?id=48198
+
+#48200: [TODO] [cola] Add documentation to files and functions
+ http://rt.perl.org/rt3/Ticket/Display.html?id=48200
+
+#48202: [TODO] [cola] Rewrite push_sym() to call generic Node versions of calls
+ http://rt.perl.org/rt3/Ticket/Display.html?id=48202
+
+#48204: [TODO] [cola] Check method signature in gen_arg_list_expr() and find out what type is expected
+ http://rt.perl.org/rt3/Ticket/Display.html?id=48204
+
+#48206: [TODO] [cola] Check that expression evaluates to a method in gen_method_call()
+ http://rt.perl.org/rt3/Ticket/Display.html?id=48206
More information about the parrot-commits
mailing list