ManyThreads / mcconf

McConf is a compile-time configuration management tool for extensible software families.
Other
2 stars 0 forks source link

import all mcconf.toml instead of something.module #11

Closed rottaran closed 7 years ago

rottaran commented 7 years ago

We used to have multiple module files coexisting in the same directory. But it turned out to be much more convenient to have just a singe module file that contains multiple module definitions: Less files! This lead to using 'mcconf.module' everywhere.

Similar to 'cargo.toml' the naming convention 'mcconf.toml' would be good. And additional module files should be called 'something.mcconf' in order to be more specific.

rottaran commented 7 years ago

looks for .module, mcconf.toml, and .mcconf now