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

Fail FUTDC when output ref assembly missing #9558

Commits on Oct 14, 2024

  1. Fail FUTDC when output ref assembly missing

    A project's reference assembly output has historically been ignored by its FUTDC. The file cannot be treated as a standard output, as it is not always changed in response to input changes. Treating it as a regular output would therefore lead to overbuild.
    
    This change adds explicit handling for the file, so that if it is removed from disk then the FUTDC consider the project out-of-date, and a build is scheduled.
    drewnoakes committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    feb4d57 View commit details
    Browse the repository at this point in the history