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

Handle non-existent :path #110

Open
SevereOverfl0w opened this issue May 26, 2022 · 0 comments
Open

Handle non-existent :path #110

SevereOverfl0w opened this issue May 26, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@SevereOverfl0w
Copy link
Collaborator

See #109

(when (Files/exists path (into-array LinkOption []))
is the likely culprit.

The question is, what should be done? Presumably the Clojure CLI ignores this, and we should do the same.

We may want to move the exists check into :builder to match the exact behaviour of the CLI (I'm making assumptions here about what the CLI ends up doing!)

:builder (if (Files/exists ...) (.addEntryRecursive builder ...) builder)
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

No branches or pull requests

1 participant