Conversation
davkean
commented
Sep 11, 2026
davkean
commented
Sep 11, 2026
davkean
force-pushed
the
dev/davkean/reuse-glob-match-normalization
branch
from
September 12, 2026 00:21
0d7bea4 to
b2dbe57
Compare
davkean
commented
Sep 12, 2026
davkean
commented
Sep 12, 2026
davkean
commented
Sep 12, 2026
davkean
commented
Sep 12, 2026
davkean
commented
Sep 12, 2026
davkean
force-pushed
the
dev/davkean/reuse-glob-match-normalization
branch
from
September 12, 2026 01:16
b2dbe57 to
749b1aa
Compare
davkean
commented
Sep 12, 2026
davkean
commented
Sep 12, 2026
Reuse normalized input for consecutive include and exclude globs with identical roots within one match. Keep custom matcher dispatch and short-circuiting unchanged, without retaining paths between calls. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8013ed0f-9ede-4eb7-a35b-835c87d73e76
davkean
force-pushed
the
dev/davkean/reuse-glob-match-normalization
branch
from
September 12, 2026 01:34
749b1aa to
bf8d993
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Matching a filename against composite include/exclude globs repeatedly allocates normalized copies of the same path. Reuse normalization for consecutive globs with the same root during a single match, without retaining filenames between calls. Preserve matching order, short-circuiting, and custom
IMSBuildGlobimplementations.Allocation-stack comparison for the Visual Studio OrchardCore build workload, using the original PR revision
0d7bea47against baselined257108c: