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

Update fileTree test util to only use NIO Path #3892

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

adam-enko
Copy link
Member

fileTree.kt contains a utility for logging pretty file trees, which is useful in providing human-readable context for test failures.

This PR updates the utility to only use NIO Path, rather than the older java.io.File.

This change was split off from #3814 to make the PR smaller

`fileTree.kt` contains a utility for logging pretty file trees, which is useful in providing human-readable context for test failures.

This PR updates the utility to only use NIO Path, rather than the older `java.io.File`.

This change was split off from #3814 to make the PR smaller
@adam-enko adam-enko added the runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin label Oct 31, 2024
@adam-enko adam-enko self-assigned this Oct 31, 2024
@adam-enko adam-enko marked this pull request as ready for review October 31, 2024 14:16
@adam-enko adam-enko merged commit 9696cc2 into master Oct 31, 2024
14 checks passed
@adam-enko adam-enko deleted the adam/update/fileTree-nio branch October 31, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runner: Gradle plugin An issue/PR related to Dokka's Gradle plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants