swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.4k stars 160 forks source link

Fix deleteLastPathComponent() for paths with trailing / #897

Closed rjmansfield closed 2 months ago

rjmansfield commented 2 months ago

Paths like /home/ would return "" instead of /

rjmansfield commented 2 months ago

Can someone kick swift-ci for me?

Also, can someone review the change? @parkera @jmschonfeld

jmschonfeld commented 2 months ago

@swift-ci please test

jmschonfeld commented 2 months ago

@swift-ci please test

rjmansfield commented 2 months ago

Thanks, could someone merge on my behalf?

jrflat commented 2 months ago

Yes I'll merge it shortly, thanks!