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

Remove URL in favor of swift-foundation's URL #4955

Merged
merged 2 commits into from
May 14, 2024

Conversation

jmschonfeld
Copy link
Contributor

This PR removes the URL type in favor of the URL type provided by swift-foundation. It contains a few minor test adjustments to account for the new URL parser (which can behave slightly differently).

This disables one test which we'll come back to soon to update for the new parsing behavior (cc @jrflat), otherwise all but 2 tests pass and those two failures will be fixed by swiftlang/swift-foundation#602 which contains a bug-fix for URLs created from relative paths. I'll update the dependency's commit hash once that PR is merged

Unverified

The signing certificate or its chain could not be verified.

Unverified

The signing certificate or its chain could not be verified.
@jmschonfeld
Copy link
Contributor Author

The latest commit updates the swift-foundation dependency to the commit that resolves the two test failures. Now all tests pass on linux with this change (aside from the one test that is disabled)

@jmschonfeld jmschonfeld merged commit cc5704d into swiftlang:package May 14, 2024
@jmschonfeld jmschonfeld deleted the url-recore branch May 14, 2024 23:48
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.

None yet

2 participants