[swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-01 Thread Charles Lane via swift-dev
I get a segmentation fault 11 at compile time with the 07/29 toolchain & Xcode 8 beta 3. Can anyone point me in right direction to fix this? MergeSwiftModule normal x86_64

Re: [swift-dev] TWISt-shout Newsletter 2016-08-01

2016-08-01 Thread Kenny Leung via swift-dev
Here is your TWISt-shout Newsletter for the last week of July: https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-08-01.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org

Re: [swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-01 Thread Joe Groff via swift-dev
> On Jul 31, 2016, at 5:12 AM, Charles Lane via swift-dev > wrote: > > I get a segmentation fault 11 at compile time with the 07/29 toolchain & > Xcode 8 beta 3. Can anyone point me in right direction to fix this? Should be addressed by

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
For anyone following along, I've submitted a PR to fix this as https://github.com/apple/swift/pull/3923. -Kevin On Mon, Aug 1, 2016, at 03:04 PM, Kevin Ballard wrote: > Hmm. The implementation of DispatchQueue.async(execute: DispatchWorkItem) is > as follows: > > public func

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
Hmm. The implementation of DispatchQueue.async(execute: DispatchWorkItem) is as follows: public func async(execute workItem: DispatchWorkItem) { // _swift_dispatch_async preserves the @convention(block) // for work item blocks.

[swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Kevin Ballard via swift-dev
I just filed SR-2246 about how `queue.async(flags: .barrier)` is completely broken, and I think the problem comes down to `dispatch_block_t` is being imported as `() -> ()` instead of as `@convention(block) () -> ()`, and therefore `__dispatch_async` has the type `(DispatchQueue, () -> Void) ->

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

2016-08-01 Thread Jordan Rose via swift-dev
> On Aug 1, 2016, at 19:38, Jordan Rose wrote: > > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: > symbol lookup error: >

Re: [swift-dev] dispatch_block_t is imported wrong, breaks barrier blocks (SR-2246)

2016-08-01 Thread Jordan Rose via swift-dev
I’d suggest putting this over on swift-corelibs-dev, since it’s a Dispatch-specific issue. Jordan > On Aug 1, 2016, at 17:25, Kevin Ballard via swift-dev > wrote: > > For anyone following along, I've submitted a PR to fix this as >

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

2016-08-01 Thread Jordan Rose via swift-dev
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: