Jonathan Flat
Jonathan Flat
Resolves https://github.com/apple/swift-foundation/issues/828 (thanks @giginet for filing!) Because the bridging code assigns non-percentEncoded variants of the components (e.g. `.path` instead of `.percentEncodedPath`), an `NSURLComponents` that is bridged to Swift `URLComponents` loses...
Attempting to reproduce and debug swift-corelibs-foundation's `TestFileManager.test_emptyFilename` in a `swift-foundation` PR since I haven't been able to reproduce locally.
When a `URL` is initialized with a Windows drive-relative path like `URL(filePath: "S:relative/path")`, we need to check the current working directory of the `S:` drive (not necessarily the cwd of...