Changes between Version 4 and Version 5 of ItsABughunt

Show
Ignore:
Timestamp:
10/15/09 22:37:00 (12 years ago)
Author:
cotto
Comment:

add cli argument parsing

Legend:

Unmodified
Added
Removed
Modified
  • ItsABughunt

    v4 v5  
    2121   * The code and comments in this subsystem give the impression of being a exploratory prototype or following an incomplete specification. For example, the main data structure in the freeze/thaw process (IMAGE_IO) claims to be a "stand-in for some kind of serializer PMC which will eventually be written". 
    2222   * There are hints in the documentation that the current implementation dates as far back as 2003, with comments that some parts of it "might go away sometime". 
     23 
     24 * CLI argument parsing 
     25   * The current code is closely tied to imcc and will inhibit the eventual migration to pirc. 
     26   * It's not possible to add new options at runtime. 
     27   * It's not possible for subsystems to register new options. 
     28   * Subsystems do not have access to arguments passed directly to the parrot binary.