Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configs: Import ConfigManager by default | Aaron LI | 2017-08-26 | 1 | -1/+1 |
| | |||||
* | configs: Clean up imports | Aaron LI | 2017-08-01 | 1 | -2/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" | Aaron LI | 2017-07-31 | 1 | -2/+0 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 1 | -2/+2 |
| | | | | | | Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Update to use renamed "check_configs()" instead of "validate_configs()" | Aaron LI | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Add custom configuration checkers. | Aaron LI | 2016-10-03 | 1 | -0/+1 |
| | | | | | These additional checker functions validate the required configs whether provided by the user config file, as well as against necessary contexts. | ||||
* | Implement the basic ConfigManger() | Aaron LI | 2016-09-27 | 1 | -0/+6 |
This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values |