perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r24011 - trunk/docs

Subject: [svn:parrot] r24011 - trunk/docs
From:
Date: Mon, 17 Dec 2007 09:29:31 -0800 PST
Newsgroups: perl.cvs.parrot

Author: coke
Date: Mon Dec 17 09:29:30 2007
New Revision: 24011

Modified:
   trunk/docs/ROADMAP.pod

Log:
[docs] Get the intent of this document sorted out

Modified: trunk/docs/ROADMAP.pod
==============================================================================
--- trunk/docs/ROADMAP.pod      (original)
+++ trunk/docs/ROADMAP.pod      Mon Dec 17 09:29:30 2007
@@ -3,11 +3,21 @@
 
 =head1 NAME
 
-ROADMAP - A plan for Parrot
+ROADMAP - A plan for parrot 1.0.
 
 =head1 PURPOSE
 
-Note: this file is outdated and (its future) must be reviewed. See [RT#48611].
+Describe the work that is remaining to release parrot 1.0, including
+both user-visibile features and internals.
+
+This document is intended to be a high level overview of remaining areas
+of work. For more detailed information about remaining tasks, see
+L<https://rt.perl.org/rt3>.
+
+=head1 NOTE
+
+Note: the contents of this file are outdated and must be reviewed.
+See RT #48611. (Anything below this section still needs review)
 
 There is no single place in which all remaining parrot work is documented.
 There are various TODO files, the RT queue, comments in the source code and
@@ -306,7 +316,7 @@
 
 The debugger needs to clone the interpreter to "allow people to play into the
 debugger and then continue the normal execution of the program."
-L<src/ops/debug.ops> (DONE). TODO - rewrite debugger.
+L<src/ops/debug.ops >> (DONE). TODO - rewrite debugger.
 
 =back
 

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r24011 - trunk/docs, coke <=