Re: [swift-users] See documentation comment for discussion

2016-06-19 Thread Marco S Hyman via swift-users
> On Jun 19, 2016, at 6:35 PM, Maury Markowitz via swift-users > wrote: > > All true, except, of course, when one is working with strings that really do > work perfectly weel qwith 1...2, like the strings I'm processing, which came > from 80-column punch cards

Re: [swift-users] GCD : Getting current dispatch queue name with swift 3

2016-06-19 Thread Brent Royal-Gordon via swift-users
> I'm migrating one of my project to Swift 3 (xcode 8 beat release). > Most of the changes were pretty strait-forward, but I have one required > change that is still blocking me : > In my code, I retrieve the current dispatch queue name using that code : > > let queueName =

Re: [swift-users] Swift 3 Release

2016-06-19 Thread Brent Royal-Gordon via swift-users
> We would like to migrate our iOS apps to Swift 3 and iOS 10. However, we also > want to be able to submit iOS 10 apps when iOS 10 is released. > > Does anyone know if Swift 3 will be released alongside iOS 10? Can we submit > Swift 3 apps to the App Store when iOS 10 goes GM? It seems

Re: [swift-users] When does `Data.init?(capacity:)` fail?

2016-06-19 Thread Adrian Zubarev via swift-users
I’ve got an answer on Twitter for that behavior: https://twitter.com/phausler/status/743927492096851969 I’ve anyone like me needs Data to have a specific capacity and still be non-optional, here is how I build a workaround (Data and Data.Deallocator aren’t fully implemented yet, thats why I’m

Re: [swift-users] When does `Data.init?(capacity:)` fail?

2016-06-19 Thread Karl via swift-users
As I understand it, that’s not an error in the ‘try’ sense of the word. If that failure happens, it’s a catastrophic issue which should bring down the application. So the initialiser shouldn’t be failable; you’re right. File a bug at bugs.swift.org. Karl > On 18 Jun 2016, at 06:06, Saagar

[swift-users] Swift 3 Release

2016-06-19 Thread Florian Reinhart via swift-users
Hi all, We would like to migrate our iOS apps to Swift 3 and iOS 10. However, we also want to be able to submit iOS 10 apps when iOS 10 is released. Does anyone know if Swift 3 will be released alongside iOS 10? Can we submit Swift 3 apps to the App Store when iOS 10 goes GM? —Florian