Re: [swift-corelibs-dev] [swift-evolution] Swift Source Compatibility Suite now available at ci.swift.org

2017-04-25 Thread Anders Ha via swift-corelibs-dev
Does the Swift 3.0 compatibility mode refer to 3.0.1 or just 3.0? The lack of dynamic bridging of NSNumber and NSValue in 3.0 might cause some Darwin projects to pass compilation but fail in tests. Regards, Anders > On 25 Apr 2017, at 5:55 AM, Nicole Jacque via swift-evolution > wrote: > >

[swift-corelibs-dev] driving writev(2) from DispatchData

2017-04-25 Thread Johannes Weiss via swift-corelibs-dev
Hi swift-corelibs-dev, I recently found myself with a DispatchData and wanted to use writev(2). So what I need was basically an array of pointers and lengths, not necessarily contiguous. That's exactly what DispatchData is so I thought it should be quite straightforward. Obviously I need a gua