Saleem Abdulrasool
Saleem Abdulrasool
@swift-ci please test
@swift-ci please test Windows platform
Quality of debug info is still an issue. The proper thing to do is to improve CodeView emission and get that fully covered.
CC: @etcwilde
> > what is the plan for selecting a given API level to build against? > > good question, we didn't discuss that yet. let me figure that out. This...
@etcwilde - I think that we should strive to avoid `WinSDK` in that switch. That is the Windows SDK which is a really wide set of APIs and libraries outside...
@swift-ci please test
CC: @shahmishal @DougGregor @airspeedswift
**Explanation**: Enable the WebSocket backend in CURL for allowing use of WebSockets through Foundation. **Scope**: This enables WebSocket support in CURL which is required for Foundation's WebSocket support to be...
@eeckstein nothing in the Windows build should be deleting that unless there is an explicit delete request. I would say just check build.ps1 to ensure that an errant `Remove-Item` didn't...