You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Codable for ProcessEnvironmentKey (#469)
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`.
0 commit comments