Opened 12 years ago
Closed 12 years ago
#695 closed defect (fixed)
config_spec.ini for plugins
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.0 |
Component: | programming | Keywords: | pluginapi |
Cc: | Parent Tickets: |
Description
Plugins also want to be able to specify defaults and do type checking for their own section. We should allow this.
In theory, this involves that the user's config file must have a "short reading" first to determine what plugins are actually being loaded before we extent the config specification.
Change History (2)
comment:1 by , 12 years ago
Milestone: | → 0.4.0 |
---|---|
Status: | new → accepted |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Done! Merged in commit f65bf89, with tests!