[perl #27308] [PATCH] split entry for BASIC in LANGUAGES.STATUS

2004-03-03 Thread via RT
# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #27308]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27308 


This patch modifies ./languages/LANGUAGES.STATUS, breaking the current
BASIC entry into separate BASIC/compiler and BASIC/interpreter entries.

Why? The ./languages/BASIC directory has two independent subprojects,
./languages/BASIC/compiler and ./languages/BASIC/interpreter, with
independent statuses.  So LANGUAGES.STATUS needs independent entries
for them.

BASIC author Clint Pierce approved the change.

Mitchell

--- ./languages/LANGUAGES.STATUSMon Jan 26 05:13:59 2004
+++ ./languages/LANGUAGES.STATUS.newMon Mar  1 13:44:41 2004
@@ -5,7 +5,14 @@
 description, (S) status, (M) maintained, (V) minimum Parrot version required.
 
 
-N: BASIC
+N: BASIC/compiler
+A: Clint Pierce
+D: BASIC Compiler
+S: Functional, includes samples such as Eliza and Hunt the Wumpus
+M: Yes
+V: 0.0.11
+
+N: BASIC/interpreter
 A: Clint Pierce
 D: BASIC Interpreter written in pure Parrot
 S: Functional, includes samples such as Eliza and Hunt the Wumpus


Re: [perl #27308] [PATCH] split entry for BASIC in LANGUAGES.STATUS

2004-03-03 Thread Michael Scott
Applied.

I would close the ticket but RT tells me I have no permission to view 
it.

Mike

On 2 Mar 2004, at 14:34, [EMAIL PROTECTED] (via RT) wrote:

# New Ticket Created by  [EMAIL PROTECTED]
# Please include the string:  [perl #27308]
# in the subject line of all future correspondence about this issue.
# URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27308 
This patch modifies ./languages/LANGUAGES.STATUS, breaking the current
BASIC entry into separate BASIC/compiler and BASIC/interpreter entries.
Why? The ./languages/BASIC directory has two independent subprojects,
./languages/BASIC/compiler and ./languages/BASIC/interpreter, with
independent statuses.  So LANGUAGES.STATUS needs independent entries
for them.
BASIC author Clint Pierce approved the change.

Mitchell

--- ./languages/LANGUAGES.STATUS	Mon Jan 26 05:13:59 2004
+++ ./languages/LANGUAGES.STATUS.new	Mon Mar  1 13:44:41 2004
@@ -5,7 +5,14 @@
 description, (S) status, (M) maintained, (V) minimum Parrot version 
required.

-N: BASIC
+N: BASIC/compiler
+A: Clint Pierce
+D: BASIC Compiler
+S: Functional, includes samples such as Eliza and Hunt the Wumpus
+M: Yes
+V: 0.0.11
+
+N: BASIC/interpreter
 A: Clint Pierce
 D: BASIC Interpreter written in pure Parrot
 S: Functional, includes samples such as Eliza and Hunt the Wumpus