Changes between Version 8 and Version 9 of PythonPort/Status
- Timestamp:
- Oct 19, 2007, 11:59:57 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Status
v8 v9 28 28 ||version.jam||20||pending|| 29 29 30 == Status of porting tools == 30 31 31 == Short-term goals == 32 We'll start by porting gcc, and proceed to other compilers only when all tests pass with gcc. 32 33 33 * Port remaining core modules. 34 == Post port: code cleanup == 34 35 35 == Medium-term goals == 36 After all tests are passing with gcc, the following cleanups are desired: 36 37 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 39 46 40 47
