Changes between Version 1 and Version 2 of ImportantGoals


Ignore:
Timestamp:
Apr 2, 2008, 12:08:19 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImportantGoals

    v1 v2  
    1111    * For errors during building, should show the line of Jamfile where the target currently built is declared
    1212    * Generally should not show stacktraces unless explicitly requested by the user.
     13  * Important issues
     14    * Project ids
     15    * MoreTransparency
     16    * Shorter/custom target paths
     17    * Feature relevance
    1318
    1419  * Extending interface improvements. At the time, extending can be done either by rules creating new main targets, or by declaring new main target class, or by new generator class. We should push for using generator as the primary extension mechanism, and better document it. See ExtendingInterfaceImprovements.