Re: [swift-users] Issue with Sample Playgrounds (Sample Code)

2016-11-07 Thread Erica Sadun via swift-users
You encountered issues because that's a playground book and not a playground. It's meant solely for the iOS Swift Playgrounds app. -- E > On Nov 7, 2016, at 7:49 AM, Shyamal Chandra via swift-users > wrote: > > Hi, > > I couldn't get this zipped file [ Playgrounds-Starter-Book.zip ] to open

Re: [swift-users] Swift 3 Android hangs & crashes

2016-11-07 Thread Brian Gesiak via swift-users
Yikes, sounds like a nasty bug. Thanks for investigating, Eric! I'm all for a fix. You may have already considered this, but perhaps the Android-specific workaround could be put into swift-corelibs-foundation? I wonder which the core team would prefer? - Brian Gesiak On Sun, Nov 6, 2016 at 6:5

Re: [swift-users] [swift-dev] Initializing constant object graph with cycles

2016-11-07 Thread Dave Abrahams via swift-users
on Fri Nov 04 2016, Anton Mironov wrote: > This workaround looks better, but it is still workaround. > I can trust myself this month and month after that. But I will look at > this code after a while (or someone else will look at it) and will not > remember/know that there has to be some initial

Re: [swift-users] [swift-dev] Initializing constant object graph with cycles

2016-11-07 Thread Anton Mironov via swift-users
This workaround looks better, but it is still workaround. I can trust myself this month and month after that. But I will look at this code after a while (or someone else will look at it) and will not remember/know that there has to be some initializations. I am building tools that handle some com

[swift-users] Issue with Sample Playgrounds (Sample Code)

2016-11-07 Thread Shyamal Chandra via swift-users
Hi, I couldn't get this zipped file [ Playgrounds-Starter-Book.zip ] to open in Xcode 8.0. It is available at the following link: https://developer.apple.com/swift/resources/ Do you know if there is some issue with the sample code? Why doesn't it open in Xcode? Thanks! Best, Shyamal Chandra

Re: [swift-users] The value of enums

2016-11-07 Thread Tino Heth via swift-users
> …oh, I just realized we’re on -users not -evolution here. :-) Core found an effective way to limit the distractions from evolution: Over there, this would have been a proposal to remove enums [with associated objects] in favor of union types ;-) Tino Joking aside, imho it's a pity that all th