rev 743 - trunk

SVN User <[email protected]> Fri, 16 Jul 2004 03:55:03 -0400
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: mark
Date: 2004-07-16 03:55:00 -0400 (Fri, 16 Jul 2004)
New Revision: 743

Modified:
   trunk/STATUS.txt
Log:
status update

Modified: trunk/STATUS.txt
===================================================================
--- trunk/STATUS.txt	2004-07-16 05:46:56 UTC (rev 742)
+++ trunk/STATUS.txt	2004-07-16 07:55:00 UTC (rev 743)
@@ -1,35 +1,54 @@
 
------------------------ TO-DO (highest priority first) ------------------------
+----------------------- TO-DO  FOR 1.0 ALPHA release -----------------------
 
---- add Process object to os module
+--- no -d@ kicks you totally out of Prothon
+--- bug in simple instantiation in the console in 710
+--- "import as" broken
+--- bug: prints ... after 15 items in a list
+
+--- improve proc.pr
 --- write regression app in Prothon
 
 --- check all PEPs
 --- revisit all methods to change list returns into generators
 --- change methods into properties
+--- check into tcl and twisted about async io
 
---- no -d@ kicks you totally out of Prothon
+--- getAttr, delAttr, getAttrNoProp, setAttrNoProp, & delAttrNoProp
 
---- bug in simple instantiation in the console in 710
+--- implement approved 1.0 items
+	NegativeHexDisplay 1xc3fe instead of -0xc3fe 
+    SwitchStatement 
+	TwoTier call_ str_ fix 
+	TranslationStrings 
+	TaintAttribute on strings, unTaint() method 
+	GeneratorComprehensions 
+	SliceListsAndEllipses 
+	StacklessLanguageFeatures 
+	
+--- use special stdout for each Main
+	
+--- call_ does not respect properties
 
---- getAttr, delAttr, getAttrNoProp, setAttrNoProp, & delAttrNoProp
+--- support long ints & Bytes in dbm & prosist
 
---- check into tcl and twisted about async io
+----------------------- TO-DO  FOR 1.0 ALPHA release (maybe) --------------------
 
+--- networking module (wrap APR)
+
 --- -o optimize cmd-line option to remove asserts
 
---- call_ does not respect properties
 
---- "import as" broken
+--- add sys.userHome path and name current one sys.prothonHome
+--- use sys.userHome for console history file
 
---- bug: prints ... after 15 items in a list
+--- name_ and file_ (always absolute paths)
 
---- File & Dir properties?
+--- nesting  /* .. */ comments 
 
---- use special stdout for each Main
+--- concatenate adjacent strings  "abc" "def" -> "abcdef"
 
---- add sys.userHome path and name current one sys.prothonHome
---- use sys.userHome for console history file
+--- import (string variable)
 
 --- unicode module - codecs
 		mask off top 3 bits
@@ -40,6 +59,10 @@
 --- Unicode file name support
 --- add \u0000 \U00000000 and \N{name} esc sequences
 
+----------------------- TO-DO  AFTER  1.0 ALPHA release ------------------------
+
+--- change all strings to resource file
+
 --- add Object.data_ (builtins-databytes.c)
 --- Bytes methods?  copy struct module?
 
@@ -47,12 +70,6 @@
 --- Traceback objects (stack trace of an exception), exceptions should show function names
 --- hide fake file names
 		
---- put in skeleton code for + _"abc"
---- GNU message catalog _"abc" strings
---- change all strings to resource file
-
---- add conditional expression "if C then x else y"
-
 --- pretty print
 	http://www.prothon.org/pipermail/prothon-user/2004-June/002112.html
 --- help() in interactive console()
@@ -61,22 +78,12 @@
 
 --- add resolution order combining prototypes and scope chains
 
---- import (string variable)
-
---- support long ints & Bytes in dbm & prosist
-
---- concatenate adjacent strings  "abc" "def" -> "abcdef"
-
 --- allow strings to compare with symbols
 
 --- Auto-documenter app
 
 --- security flaw - modules can access each other by name
 
---- name_ and file_ (always absolute paths)
-
---- nesting  /* .. */ comments 
-
 ----------------------- TUTORIAL TO-DO ------------------------
 
     Thread, Mutex
@@ -106,7 +113,6 @@
 
 ---------------- Ideas to consider for inclusion ------------------------------
 
-
 multiple modules per file?
 
 sets and other zephyr email items