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

Fix "shorthand" module reference #5

@ceason

Description

@ceason

When referenced in a module source field, shorthand label references do not work.

eg this works:

module my_module {
  source = "//src/mymodule:mymodule"
}

but this does not:

module my_module {
  source = "//src/mymodule"
}

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