apple / swift-foundation

The Foundation project
Apache License 2.0
2.29k stars 135 forks source link

FoundationEssentials: tweak `removeFile(_:with:)` on Windows #659

Closed compnerd closed 1 month ago

compnerd commented 1 month ago

Ensure that we call the callbacks at the appropriate time. Change the indentation and encapsulating scope to avoid a double callback.

compnerd commented 1 month ago

I recommend that you look at this with the whitespace diffs ignored as there was an indentation change that causes the diff to look more complicated than it is.

compnerd commented 1 month ago

@swift-ci please test

compnerd commented 1 month ago

@swift-ci please test

jmschonfeld commented 1 month ago

@swift-ci please test