Skip to content

Handle non-existent :path #110

Description

@SevereOverfl0w

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions