Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests pass using Swift 5.9 and Swift 5.10 on Windows #858

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 17, 2024

  • We need to disable a few file traversal tests because of Foundation issues
  • We need to use URL(fileURLWithPath:) instead of URL(string:) to construct a URL from a string

- We need to disable a few file traversal tests because of Foundation issues
- We need to use `URL(fileURLWithPath:)` instead of `URL(string:)` to construct a URL from a string
@ahoppen ahoppen merged commit 24fc4d6 into swiftlang:main Oct 18, 2024
15 checks passed
@ahoppen ahoppen deleted the windows-5 branch October 18, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants