chore: deduplicate and clean up MANIFEST.SKIP#1071
Draft
Koan-Bot wants to merge 1 commit intoTest-More:masterfrom
Draft
chore: deduplicate and clean up MANIFEST.SKIP#1071Koan-Bot wants to merge 1 commit intoTest-More:masterfrom
Koan-Bot wants to merge 1 commit intoTest-More:masterfrom
Conversation
Remove ~15 duplicate patterns accumulated from successive edits, drop stale personal path in comment, add appveyor.yml exclusion, and consolidate related entries under clear section headers. No functional change — all previously excluded paths remain excluded.
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.
What
Removes ~15 duplicate patterns from MANIFEST.SKIP and consolidates entries.
Why
The file accumulated duplicates over successive edits — some patterns appeared
2-3 times (
.travis.yml,MANIFEST.SKIP,test.pl,POD_TEMPLATE.pod,^Test2-*,^profiling/). Also contained a stale personal path comment(
/Users/schwern/...) from the original MANIFEST.SKIP template inclusion.How
\.#pattern (lines 38 & 41)#!end includedcomment with personal pathappveyor.ymlexclusion (already removed from repo, belt-and-suspenders)Testing
Full suite passes: 370 files, 3470 tests. No functional change to exclusion behavior.
Quality Report
Changes: 1 file changed, 8 insertions(+), 25 deletions(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline