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

Transfer the file size when renamed #5104

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Conversation

maminrayej
Copy link
Contributor

@maminrayej maminrayej commented Sep 20, 2024

Previously, when a file was renamed, the new file (target file) had zero as its size since stats were not properly transferred from the old file to the new one. This PR fixes the issue with the size.

Resolves #5103.

@syrusakbary syrusakbary merged commit d11fccd into main Sep 20, 2024
63 checks passed
@syrusakbary syrusakbary deleted the transfer-size-after-rename branch September 20, 2024 15:44
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.

Fix issue when running clang without -save-temps
2 participants