swiftlang / swift-foundation

The Foundation project
Apache License 2.0
2.36k stars 150 forks source link

Fix deleteLastPathComponent() for paths with trailing / #897

Closed rjmansfield closed 2 weeks ago

rjmansfield commented 2 weeks ago

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

rjmansfield commented 2 weeks ago

Can someone kick swift-ci for me?

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

jmschonfeld commented 2 weeks ago

@swift-ci please test

jmschonfeld commented 2 weeks ago

@swift-ci please test

rjmansfield commented 2 weeks ago

Thanks, could someone merge on my behalf?

jrflat commented 2 weeks ago

Yes I'll merge it shortly, thanks!