Skip to content

Error if globs don't match any input files #215

Open
@aomarks

Description

We should error if a glob in the files array doesn't match any files.

Note we have to do this at Execution time, not Analysis time, because the input files might not exist before dependencies execute.

Also note currently we can only do this crudely: "are any files matched by these input globs" because we don't have insight into which specific globs matched, because we delegate globbing to fast-glob.

However, a new replacement globbing library is in progress, which will allow tracing every entry to the original glob that produced it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions