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:
>
>
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