From: <dgr...@us...> - 2010-09-16 13:12:00
|
Revision: 16420 http://x10.svn.sourceforge.net/x10/?rev=16420&view=rev Author: dgrove-oss Date: 2010-09-16 13:11:51 +0000 (Thu, 16 Sep 2010) Log Message: ----------- rename and update list Added Paths: ----------- trunk/TODO_21_OBJ_MODEL.txt Removed Paths: ------------- trunk/TODO_DAVE.txt Copied: trunk/TODO_21_OBJ_MODEL.txt (from rev 16417, trunk/TODO_DAVE.txt) =================================================================== --- trunk/TODO_21_OBJ_MODEL.txt (rev 0) +++ trunk/TODO_21_OBJ_MODEL.txt 2010-09-16 13:11:51 UTC (rev 16420) @@ -0,0 +1,16 @@ +Inspect all @NativeRep classes for c++ backend and +update serialization routines for 2.1 object model. + +x10.compiler.RemoteOperation. + Kill this code. Won't work anymore. + Recode RA to use IndexedMemoryChunk directly. + +x10.io.GlobalStringWriter + Do we really want this class? See todo in the class header. + In general, normalize APIs for Global vs.Local operations, + Need to think about StringBuilder, Printers, Writers, etc. + Need to think about Console, Files, etc. + +x10.util. + Kill various Val<Foo> classes. No longer needed in 2.1 + Deleted: trunk/TODO_DAVE.txt =================================================================== --- trunk/TODO_DAVE.txt 2010-09-16 13:02:03 UTC (rev 16419) +++ trunk/TODO_DAVE.txt 2010-09-16 13:11:51 UTC (rev 16420) @@ -1,10 +0,0 @@ -x10.compiler.RemoteOperation. - Kill this code. Won't work anymore. - Recode RA to use IndexedMemoryChunk directly. - -x10.io.GlobalStringWriter - Do we really want this class? See todo in the class header. - -x10.util. - Kill various Val<Foo> classes. No longer needed in 2.1 - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |