Skip to content

fix glob typo in workspace.package.include setting#1335

Open
decathorpe wants to merge 1 commit intorust-lang:masterfrom
decathorpe:master
Open

fix glob typo in workspace.package.include setting#1335
decathorpe wants to merge 1 commit intorust-lang:masterfrom
decathorpe:master

Conversation

@decathorpe
Copy link
Contributor

The "testdata/**.toml" value is wrong glob syntax and only matches files inside "testdata/", not in subdirectories. Fix syntax and make it match other values, making it match files in subdirectories as well.

Fixes #1333

It would be great to get a new release of the regex crate with this fix included. The missing test data currently prevents me from updating to regex v1.12.3 in Fedora Linux.

The "testdata/**.toml" value is wrong glob syntax and only matches files
inside "testdata/", not in subdirectories. Fix syntax and make it match
other values, making it match files in subdirectories as well.

Fixes rust-lang#1333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

regex 1.12.3: non-fuzzing test data accidentally excluded

1 participant