Skip to content

handle: duplicate task names #9

@metaist

Description

@metaist

We need some way of handling ambiguous / duplicate task names. When we implement #8 we run the risk of having the same name in multiple sections.

[tool.ds.scripts]
a = "echo 'ds:a'"
b = "echo 'ds:b'"

[tool.pdm.scripts]
a = "echo 'pdm:a'"
c = "echo 'pdm:c'"

What should the result be?

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions