-
Notifications
You must be signed in to change notification settings - Fork 526
Closed
Labels
effort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization
Description
Describe the bug
At the moment attempt importing a file into a directory that contains file with a same name will eventually throw an exception when imported file is copied to the destination & crash the program (as reported by @rafaelramalho19)
https://github.com/ipfs-shipyard/ipfs-webui/pull/1655/files
Expected behavior
We should figure out a way to handle name collisions, rather than swallowing an error or logging it into a console.
- We could check for name collisions prior we even start import.
- We could deal with name collisions as they occur, similar to how OSs do e.g. suffix with a number.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/intermediatePrior experience is likely helpfulPrior experience is likely helpfulkind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)need/triageNeeds initial labeling and prioritizationNeeds initial labeling and prioritization
