Skip to content

Implement Codable for ProcessEnvironmentKey #469

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
Feb 23, 2024

Conversation

MaxDesiatov
Copy link
Contributor

The Job type in the apple/swift-driver repository conforms to Codable and also stores process environment in its properties. Lack of Codable conformance on ProcessEnvironmentKey prevents us from migrating Job to ProcessEnvironmentBlock.

The `Job` type in the `apple/swift-driver` repository conforms to `Codable` and also stores process environment in its properties. Lack of `Codable` conformance on `ProcessEnvironmentKey` prevents us from migrating `Job` to `ProcessEnvironmentBlock`.
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov merged commit ae1b5ee into main Feb 23, 2024
@MaxDesiatov MaxDesiatov deleted the maxd/codable-environment-block branch February 23, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants