Skip to content

Promote to production: Compare Two Lists - #151

Merged
slaveofcode merged 2 commits into
mainfrom
develop
Aug 3, 2026
Merged

Promote to production: Compare Two Lists#151
slaveofcode merged 2 commits into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Promotes #150 — Compare Two Lists (line set operations) in the Dev category.

🤖 Generated with Claude Code

Kresna and others added 2 commits August 3, 2026 16:08
One tool with six line/list set operations between two sources: merge &
dedupe (union), in A not B, in B not A, common to both (intersection),
in only one (symmetric difference), and duplicates (2+ across both).
Options: ignore case, trim whitespace, ignore blank lines, sort. Swap
A/B, copy, download .txt. Runs entirely in the browser.

Comparison uses a normalised key (trim + case-fold) while preserving each
line's original text (first occurrence wins). Pure lib with 17 unit tests.
Bilingual (EN + ID) UI, SEO and OG.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ubfx4XocHcECaL8twp9zsr
feat(dev): Compare Two Lists — line set operations
@slaveofcode
slaveofcode merged commit cff4ef0 into main Aug 3, 2026
1 of 2 checks passed
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.

1 participant