Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Handle non-existent :path #110

@SevereOverfl0w

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)

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