Skip to content

#690: deduplicate the repositories case-insensitively - #709

Open
morphqdd wants to merge 1 commit into
zerocracy:masterfrom
morphqdd:690
Open

#690: deduplicate the repositories case-insensitively#709
morphqdd wants to merge 1 commit into
zerocracy:masterfrom
morphqdd:690

Conversation

@morphqdd

@morphqdd morphqdd commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

GitHub repository names are case-insensitive and the mask matching already
ignores case, but the deduplication compared exact strings, so zerocracy/FBE
and zerocracy/f* both survived and the block form yielded the same repository
twice: double API calls and double fact writes.

Closes #690

yegor256 commented Sep 3, 2026

Copy link
Copy Markdown
Member

Thanks — small, focused fix with a test covering the case-insensitive dedup. CI is green.

@rultor merge


Generated by Claude Code

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.

Fbe.unmask_repos yields the same repository twice when the masks differ only in letter case

2 participants