canonical / canonical/chisel

feature request: add negation wildcard for paths

Open
#231 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
424
Forks
65
Avg merge
12d 19h
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.