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
Use a wrapper type instead of retro-conforming FileHandle to TextOutputStream.
TSCBasic has a Windows-only retroactive `FileHandle: WritableByteStream`
conformance which confers `TextOutputStream` conformance, conflicting with the
one in our package. Instead of trying to reconcile this across all platforms,
just replace our retroactive conformance with a new wrapper type which can
never conflict with anything from an outside package.
0 commit comments