Re: [swift-dev] Linux Foundation test failure

2016-09-04 Thread Dave Abrahams via swift-dev
Sent from my iPad > On Sep 2, 2016, at 12:46 PM, Philippe Hausler wrote: > > TestFoundation has a dependency upon libFoundation.so, however if the naming > rules of symbols has changed then it probably needs to re-compile everything > in Foundation. This looks like it had a stale build aroun

[swift-dev] What about concurrency?

2016-09-04 Thread Anton Mironov via swift-dev
Hi, My job is mostly consists of writing core functionality for macOS (and I love core functionality). My code must take advantage of concurrency. I've been looking for solutions that allow me to write clean and (most important) reliable concurrent code. I would love to discuss some of those so