Re: [swift-corelibs-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #3767

2017-05-19 Thread Michael Ilseman via swift-corelibs-dev
Probably the latter. CC swift-corelibs-dev. > On May 19, 2017, at 3:56 PM, Andrew Trick wrote: > > Either I’m not properly greping the build log, or libdispatch tests fail > nondeterministically. > -Andy > >> On May 19, 2017, at 3:54 PM, no-re...@swift.org >> wrot

[swift-corelibs-dev] Driving writev(2) with a list of Data

2017-05-19 Thread Johannes Weiss via swift-corelibs-dev
Hi swift-corelibs-dev, Similar to my question "driving writev(2) from DispatchData" [1] (much appreciated if someone had an answer for that), today I'd like to know if there's a better way to drive writev(2) [2] from a list of Data. Sure, I can get the pointers to the individual Data using som