Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

wildcards get confused when packages and directories share a name #11

@anutron

Description

@anutron

If you were to checkout a packager project (say, MooTools Core) and put it in a directory that happens to equal the package name ('Core') then this expression would fail:

packager build Core/*

Because it would interpret this as an instruction to get files in that directory instead of from the package. Even if you do this:

packager build +components Core/*

You'll get the same error, something like this:

WARNING: The required component Core/Source could not be found.
WARNING: The required component Core/Tests could not be found.
WARNING: The required component Core/package.yml could not be found.
etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions