Skip to content

Prepare SPM Targets for Process migration by specifying that callee should use TSCBasic.Process #5609

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
Jun 26, 2022

Conversation

Overcot
Copy link
Contributor

@Overcot Overcot commented Jun 20, 2022

Basically it marks all usage of Process as TSCBasic.Process

Motivation:

It is to address a problem of disambiguation that occurs when creating Process inside SwiftBasics library. The motivation overall is driven by comment #5532 (comment)

Modifications:

Specify explicitly that current Process is from TSCBasic library. It is done in source code and tests

Result:

The result is to make sure that adoption by targets of future Process inside SwiftBasics to be incremental

@Overcot Overcot force-pushed the feature/prepareForProcessMigration branch from 66fd776 to 6119eac Compare June 20, 2022 20:33
@tomerd
Copy link
Contributor

tomerd commented Jun 23, 2022

@swift-ci smoke test

@tomerd tomerd merged commit 57af70f into swiftlang:main Jun 26, 2022
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