Jeremy Schonfeld

Results 13 issues of Jeremy Schonfeld

Now that swift-syntax 600.0.0 is released we can update our manifests to point at this tag. Additionally, this change removes a deprecation warning that was introduced with 600.0.0 and removes...

This PR contains the changes to migrate swift-foundation to swift-testing. All swift-foundation tests have been fully migrated to swift-testing with this change. A few notes about the changes here: -...

Brought up at https://github.com/apple/swift-corelibs-foundation/pull/5074#discussion_r1723523656 Linux/Darwin provide various error codes like `.fileReadNoSuchFile` when provided with an empty path. However on Windows we currently throw `.fileReadInvalidFileName` errors. We should make these behaviors...