Skip to content

Allow duplicate DropPoint filenames - #299

Merged
shunichironomura merged 1 commit into
mainfrom
fix/drop-point-duplicate-filenames
Jul 1, 2026
Merged

Allow duplicate DropPoint filenames#299
shunichironomura merged 1 commit into
mainfrom
fix/drop-point-duplicate-filenames

Conversation

@shunichironomura

Copy link
Copy Markdown
Member

Summary

  • Disambiguate duplicate DropPoint manifest filenames case-insensitively using numbered suffixes.
  • Preserve manifest order and payload slicing while allowing generated-name collisions to advance to the next suffix.
  • Add unit coverage for duplicate filename imports.

Fixes #296

Tests

  • just check-fmt
  • just check-clippy
  • just check-vp (passes with existing unicorn/no-empty-file warning in src/lib/index.ts)
  • just check-frontend
  • just test

@shunichironomura
shunichironomura merged commit df11cc9 into main Jul 1, 2026
13 checks passed
@shunichironomura
shunichironomura deleted the fix/drop-point-duplicate-filenames branch July 1, 2026 15:54
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.

Import from DropPoint fails if multiple files have the same file name

1 participant