Re: [swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread David Sweeris via swift-dev
Oh, ok, thanks. I’ll be sure to *not* click on it until I figure out how LLVM works! :-D - Dave Sweeris > On Apr 18, 2016, at 5:55 PM, Austin Zheng wrote: > > Nothing much happens, except other people who see the ticket will know > someone else is working on it and not start on it themselves.

Re: [swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread Austin Zheng via swift-dev
Nothing much happens, except other people who see the ticket will know someone else is working on it and not start on it themselves. You can always release the ticket if you decide you can't or don't want to work on it anymore. Austin > On Apr 18, 2016, at 3:53 PM, David Sweeris via swift-dev

Re: [swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread David Sweeris via swift-dev
Done. https://bugs.swift.org/browse/SR-1261 Out of curiosity, what happens if I click “Assign to me”? I think it’d be kinda fun to try to fix the glitch, but I don’t have the faintest idea where to start. - Dave Sweeris > On Apr 18, 2016, at 5:31 PM, David Sweeris via swift-dev > wrote: > >

Re: [swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread David Sweeris via swift-dev
Sure > On Apr 18, 2016, at 4:25 PM, Jordan Rose wrote: > > Good catch. Seems like an issue with the diagnostic. Can you file a bug at > bugs.swift.org ? > > Jordan > >> On Apr 18, 2016, at 13:45, David Sweeris via swift-dev > > wrote: >> >>

[swift-dev] TWISt-shout Newsletter 2016-04-18

2016-04-18 Thread Kenny Leung via swift-dev
Here is your TWISt-shout newsletter for the week of 2016-04-11 to 2016-04-17 https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-04-18.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailm

Re: [swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread Jordan Rose via swift-dev
Good catch. Seems like an issue with the diagnostic. Can you file a bug at bugs.swift.org? Jordan > On Apr 18, 2016, at 13:45, David Sweeris via swift-dev > wrote: > > I was updating some old code to Swift 2.2, and came across an unexpected > tuple splat warning. This code is all you need to

[swift-dev] Potential Bug in SE-0029 (Remove implicit tuple splat behavior from function applications)

2016-04-18 Thread David Sweeris via swift-dev
I was updating some old code to Swift 2.2, and came across an unexpected tuple splat warning. This code is all you need to generate the deprecation warning: public class Value { public typealias Element = T public typealias Ret = T } public class Expression : Value { public typealias A

Re: [swift-dev] Swift modules aware of their version tag on compilation

2016-04-18 Thread Daniel Dunbar via swift-dev
Have you seen: https://github.com/apple/swift-package-manager/pull/122 Also, please consider starting a new thread instead of replying to the digest email (which is very large, and confusing since it includes many topics). - Daniel >

[swift-dev] Swift modules aware of their version tag on compilation

2016-04-18 Thread Robert F Dickerson via swift-dev
ss ArrayRef { ... I might try again tomorrow updating to a newer clang build, or maybe I should just wave the white flag and rewrite my tiny codebase in C++ instead of trying to use Swift here, and wait for it to be a bit more stable/supported. -tim -- next part -- An HTML a

[swift-dev] SIMD in open source Swift?

2016-04-18 Thread Robert F Dickerson via swift-dev
to 'llvm::ArrayRef &&' for 1st argument class ArrayRef { ... I might try again tomorrow updating to a newer clang build, or maybe I should just wave the white flag and rewrite my tiny codebase in C++ instead of trying to use Swift here, and wait for it to be a bit more stable/support

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

2016-04-18 Thread Sean Callanan via swift-dev
I’m on it. Sean > On Apr 15, 2016, at 4:56 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#4254] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/4254/ >

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3432

2016-04-18 Thread Sean Callanan via swift-dev
This is already fixed in 5a86c9631d1caa900d4de6b40e4eac0a9e6e421a. > On Apr 15, 2016, at 5:20 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3432] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/3432/ >

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

2016-04-18 Thread Sean Callanan via swift-dev
Should be resolved by 5a86c9631d1caa900d4de6b40e4eac0a9e6e421a Sean > On Apr 15, 2016, at 5:00 PM, Sean Callanan wrote: > > I’m on it. > > Sean > >> On Apr 15, 2016, at 4:56 PM, no-re...@swift.org >> wrote: >> >> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15

[swift-dev] SIMD in open source Swift?

2016-04-18 Thread Geordie Jay via swift-dev
Dear fellow Swift-Devvers, On Darwin we have a SIMD module, but I’m assuming (based on playing around with it in the past) that it is unavailable in open-source Swift. Does anyone know another way of using SIMD intrinsics in a cross-platform way (Linux-only would also do)? Also, is it a goal to