Changes between Version 8 and Version 9 of PythonPort/Status


Ignore:
Timestamp:
Oct 19, 2007, 11:59:57 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Status

    v8 v9  
    2828||version.jam||20||pending||
    2929
     30== Status of porting tools ==
    3031
    31 == Short-term goals ==
     32We'll start by porting gcc, and proceed to other compilers only when all tests pass with gcc.
    3233
    33  * Port remaining core modules.
     34== Post port: code cleanup ==
    3435
    35 == Medium-term goals ==
     36After all tests are passing with gcc, the following cleanups are desired:
    3637
    37  * Design proper error reporting mechanism
    38  * Port all of tools
     38 * Convert all modules still using global variables to using 'context' object.
     39 * Introduce Property class, and no longer store properties as specially formatted strings
     40
     41== Post port: design cleanup ==
     42
     43 * Use 'Metatarget' prefix for classes in the 'target' module
     44 * Kill ProjectAttributes and keep all information about project inside ProjectTarget
     45 
    3946
    4047