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

Remove cdash_unlink() helper #2650

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

williamjallen
Copy link
Collaborator

The cdash_unlink() helper function is only used in a handful of locations, and most of those locations do not appear to benefit from its behavior. This PR removes the cdash_unlink() helper and replaces it with either the raw PHP unlink() command or Laravel's Storage facade's delete helper. In the future, I plan to create a dedicated Laravel temporary disk which will allow us to use the storage facade for all file I/O operations.

@williamjallen williamjallen added this pull request to the merge queue Jan 6, 2025
Merged via the queue into Kitware:master with commit 4d3f796 Jan 6, 2025
6 checks passed
@williamjallen williamjallen deleted the remove-cdash_unlink branch January 6, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants