Skip to content

feature request: add negation wildcard for paths #231

@zhijie-yang

Description

@zhijie-yang

When slicing a package, wildcards are often used to match patterns. However, the current string pattern matching mechanism does not support negation patterns, which makes writing the slice definitions of Golang source packages cumbersome. An example would be a go package with embedded test cases, where people have to explicitly all the production source file names in the slice definition, in order not to include the test files with _test.go suffices.

Metadata

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