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

Defer computation of local_bin #6764

Merged

Commits on Feb 1, 2023

  1. Defer computation of local_bins

    This fixes a memo dependency cycle between evaluating globs in install
    stanzas and populating the artifacts database. Populating the artifacts
    database involves enumerating all files installed in the "bin" section
    which involves expanding globs as these files can be specified as globs
    rather than literal files. Expanding globs in the install stanza
    requires loading the rules for the directory containing the glob, and
    doing so depends on the artifacts database.
    
    Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
    gridbugs committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    352f207 View commit details
    Browse the repository at this point in the history