Changes between Initial Version and Version 1 of RemoveUnnecessaryDataFromConfig

Show
Ignore:
Timestamp:
04/09/10 20:50:55 (12 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoveUnnecessaryDataFromConfig

    v1 v1  
     1There are 3 tiers of data in config_lib.pasm /config.fpmc  
     2 
     31) data that is useful at parrot runtime. 
     4 
     5perhaps {{{has_icu}}} - these can go in config.fpmc and parrot_config. 
     6 
     72) data that is useful at extension or HLL build time: 
     8 
     9perhaps {{{ccwarn}}} - these can go in parrot_config. 
     10 
     113) data that might be useful tracking down an issue for a parrot porter. 
     12 
     13perhaps {{{configure_args}}}, *_provisional - these shouldn't be saved in parrot's config, but can be saved out in a build file for debugging. You shouldn't be able to see them in an installed parrot.