Skip to content

TSCBasic: deprecate AbsolutePath.appending(_:) #299

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

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

compnerd
Copy link
Member

This deprecates the AbsolutePath.appending(_:) overload for
constructing an AbsolutePath by appending a RelativePath. Users
should prefer AbsolutePath(_:relativeTo:).

Addresses feedback from swiftlang/swift-package-manager#4237

This deprecates the `AbsolutePath.appending(_:)` overload for
constructing an `AbsolutePath` by appending a `RelativePath`.  Users
should prefer `AbsolutePath(_:relativeTo:)`.

Addresses feedback from swiftlang/swift-package-manager#4237
@compnerd compnerd removed the request for review from neonichu March 21, 2022 18:00
@compnerd
Copy link
Member Author

@swift-ci please test

@tomerd
Copy link
Contributor

tomerd commented Mar 21, 2022

\o/

@elsh elsh merged commit d67baa2 into swiftlang:main Mar 21, 2022
@compnerd compnerd deleted the deprecate branch March 21, 2022 22:09
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.

5 participants