Skip to content

Conversation

@lread
Copy link
Contributor

@lread lread commented Dec 7, 2025

create-dirs now returns without calling underlying createDirectories if passed in path is a directory.

Added tests for directory? to better understand how it behaves for non-existent directories.

Closes #193

Please answer the following questions and leave the below in as part of your PR.

lread added 2 commits December 7, 2025 13:43
`create-dirs` now returns without calling underlying `createDirectories`
if passed in path is a directory.

Added tests for `directory?` to better understand how it behaves for
non-existent directories.

Closes #193
@borkdude borkdude merged commit 894da6c into master Dec 7, 2025
24 checks passed
@borkdude borkdude deleted the lread/jdk11-create-dirs branch December 7, 2025 20:24
lread added a commit that referenced this pull request Dec 7, 2025
* master:
  create-dirs recognizes sym-linked dirs on JDK 11 (#194)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create-dirs fails on symbolic link to dir in jdk 11

3 participants