You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Add a "list" function to retrieve all known configuration fields in xobj form (we already have :p for a printed format)
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.
The text was updated successfully, but these errors were encountered: