Include override without unmatching the existing path #1652
Unanswered
nataliescottdavidson
asked this question in
General
Replies: 3 comments 2 replies
-
I don't understand your question, sorry. Could you please provide an example program, inputs, actual outputs and desired outputs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry this isn't a minimum reproducible example, but hopefully this diff illustrates whatis going on a little better. The expected output is the previously matched set of paths + .well-known. What I get is just the .well-known path. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey @BurntSushi - is this example enough to reproduce? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use a glob override, WalkBuilder no longer builds the existing path structure. It treats the overrrides as whitelist-only structure. I ran into this problem by trying to include
.well-known
dotfiles but no other hidden files. Is matching like this possible?Beta Was this translation helpful? Give feedback.
All reactions