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
The PR #311 introduced `Context.environment`, so that swift-async-algorithm
can no longer be used in the Swift Playgrounds.
However, `Context.environment` is equivalent to
`ProcessInfo.processInfo.environment`, so this is an unnecessary
sacrifice. This change is intended to fix that.
0 commit comments