Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix export failing on input duplicates #2098

Merged

Conversation

Gedochao
Copy link
Contributor

@Gedochao Gedochao commented May 8, 2023

Fixes #2015

It's possible to pass duplicate inputs with a combination of the using file directive and explicit passing from the command line, which results with a java.nio.file.FileAlreadyExistsException.
While it's not advisable to even pass inputs like this, it still shouldn't fail.

@Gedochao Gedochao added the bug Something isn't working label May 8, 2023
@Gedochao Gedochao force-pushed the fix-export-directive-file-duplicates branch 3 times, most recently from 81945ed to c7e17ed Compare May 9, 2023 07:47
@Gedochao Gedochao force-pushed the fix-export-directive-file-duplicates branch from c7e17ed to 1a483ef Compare May 9, 2023 13:09
@Gedochao Gedochao requested a review from lwronski May 9, 2023 13:11
@Gedochao Gedochao enabled auto-merge May 9, 2023 13:50
@Gedochao Gedochao merged commit d57b488 into VirtusLab:main May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project export fails with java.nio.file.FileAlreadyExistsException with file and lib import
2 participants