Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

two project configuration features #1401

Open
scolsen opened this issue Mar 22, 2022 · 0 comments
Open

two project configuration features #1401

scolsen opened this issue Mar 22, 2022 · 0 comments

Comments

@scolsen
Copy link
Contributor

scolsen commented Mar 22, 2022

  1. 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)?
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant