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

Add Path::removeNonEmpty() to remove non-empty dir #4984

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

kaizhangNV
Copy link
Contributor

We've implemented a function in slang-record-replay unit test to remove the non-empty directory, now move this function into slang Path namespace to make this function as an utility.

Close issue #4916

@kaizhangNV kaizhangNV added the pr: non-breaking PRs without breaking changes label Sep 3, 2024
@kaizhangNV kaizhangNV force-pushed the remove-dir-recursive branch 2 times, most recently from 784a707 to a3f010a Compare September 3, 2024 04:26
source/core/slang-io.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@ArielG-NV ArielG-NV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 optional comment/suggestion.
Changes look good to me.

I will let Yong approve the PR after his review.

We've implemented a function in slang-record-replay unit test
to remove the non-empty directory, now move this function into
slang `Path` namespace to make this function as an utility.

Close issue shader-slang#4916
@kaizhangNV kaizhangNV merged commit 1673cf9 into shader-slang:master Sep 3, 2024
12 checks passed
@kaizhangNV kaizhangNV deleted the remove-dir-recursive branch September 16, 2024 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: non-breaking PRs without breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants