rev 682 - in trunk: . pr/test
SVN User <[email protected]> Wed, 30 Jun 2004 04:34:40 -0400
| Newsgroups | gmane.comp.lang.prothon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mark Date: 2004-06-30 04:34:37 -0400 (Wed, 30 Jun 2004) New Revision: 682 Modified: trunk/STATUS.txt trunk/pr/test/test.pr Log: status update Modified: trunk/STATUS.txt =================================================================== --- trunk/STATUS.txt 2004-06-30 08:17:47 UTC (rev 681) +++ trunk/STATUS.txt 2004-06-30 08:34:37 UTC (rev 682) @@ -1,25 +1,20 @@ ----------------------- TO-DO (highest priority first) ------------------------ +--- stdin, stdout, stderr as text files --- change file.setStdout to property +--- thread keyword for param improvement? --- OSThread, Thread, and Gate http://www.prothon.org/pipermail/prothon-user/2004-June/002124.html --- lock keyword? ---- thread keyword for param improvement? ---- checking method? return values ??? - ---- metaclasses not supported - http://www.prothon.org/pipermail/prothon-user/2004-June/002409.html - http://www.prothon.org/pipermail/prothon-user/2004-June/002480.html - ---- factory keyword, attrProxy_ object +--- call_ str_ fix? http://www.prothon.org/pipermail/prothon-user/2004-June/002442.html http://www.prothon.org/pipermail/prothon-user/2004-June/002444.html --- class keyword http://www.prothon.org/pipermail/prothon-user/2004-June/002445.html ---- type keyword? +--- type keyword? interfaces? http://www.prothon.org/pipermail/prothon-user/2004-June/002508.html --- assignment as expression ??? @@ -47,8 +42,12 @@ --- raise exception_object, doc_object --- allow tracebacks in the constructors to exception objects or raise command --- Traceback objects (stack trace of an exception), exceptions should show function names ---- Fix error reporting mess, hide fake file names +--- hide fake file names +--- metaclasses not supported ??? + http://www.prothon.org/pipermail/prothon-user/2004-June/002409.html + http://www.prothon.org/pipermail/prothon-user/2004-June/002480.html + --- put in skeleton code for + _"abc" --- GNU message catalog _"abc" strings --- change all strings to resource file Modified: trunk/pr/test/test.pr =================================================================== --- trunk/pr/test/test.pr 2004-06-30 08:17:47 UTC (rev 681) +++ trunk/pr/test/test.pr 2004-06-30 08:34:37 UTC (rev 682) @@ -1,7 +1,3 @@ #!/usr/bin/env prothon -object x: - pass - -x.attrs_.delItem_($eee) -print .attrs_ +print File.stdin.read() \ No newline at end of file