two project configuration features
scolsen opened this issue · 0 comments
scolsen commented
-
Add a "list" function to retrieve all known configuration fields in xobj form (we already have :p for a printed format)
;; not sure what the best name is (Project.config-keys) => ["cflags", "libflags", "compiler" ... etc.] ;; maybe make these tuples of (key, expected-value-type)?
-
Allow users to add new fields to the Project configuration field set -- it doesn't do anything special, just allows people to add certain information to the Project namespace to use it as a conventional place to stow configuration/build related values.