Re: [swift-users] [swift-corelibs-dev] [swift-evolution] WWDC Meetup

2016-06-07 Thread David Hart via swift-users
Thanks for everybody that took the time to fill the form! There were many more responses than I expected, so dinner becomes difficult to organise. But thanks to a hand from another community member, we should have a venue confirmed soon. We are currently shooting for Tuesday evening. More detai

Re: [swift-users] Class extension issues (Xcode 7.3 (7D175))

2016-06-07 Thread zh ao via swift-users
Is this a correct useage of namespace? As far as I know, there is not a solution for namespace in Swift. Or should I say that Swift is not support namespace? Zhaoxin On Wed, Jun 8, 2016 at 7:48 AM, Victor Leong via swift-users < swift-users@swift.org> wrote: > Hey guys, > > I'm starting to see p

[swift-users] Class extension issues (Xcode 7.3 (7D175))

2016-06-07 Thread Victor Leong via swift-users
Hey guys, I'm starting to see problems related struct namespacing with extensions. For example: I have the following definition in file: "aaa.swift": public struct aaa { public struct bbb { public struct ccc{ ... } } } I have a second find: "bbb.swift" that tries to use:

[swift-users] CoreData weirdness in development build

2016-06-07 Thread Charles Lane via swift-users
OK, i tested it using a string attribute and it still fails. Coredata will crash if an attribute begins with ‘is’. > Here’s something ‘cute’. Make a simple ios project using coredata. Name an > entity whatever you like, but give it any attribute that starts with ‘is’. > Such as isVisited or isD

Re: [swift-users] Ambiguous parsing of `return`

2016-06-07 Thread Chris Lattner via swift-users
> On Jun 6, 2016, at 11:50 AM, Jens Alfke via swift-users > wrote: > > >> On Jun 6, 2016, at 11:46 AM, Daniel Dunbar > > wrote: >> >> Did you try an example? Swift warns about this for this very reason: > > I don’t get that warning with the latest Xcode 7.3.1

[swift-users] CoreData weirdness in development build

2016-06-07 Thread Charles Lane via swift-users
Here’s something ‘cute’. Make a simple ios project using coredata. Name an entity whatever you like, but give it any attribute that starts with ‘is’. Such as isVisited or isDone or whatever you like of type Boolean. Try setting the entity to true or false, no matter, and save the entity. The pr

Re: [swift-users] [swift-evolution] [swift-corelibs-dev] WWDC Meetup

2016-06-07 Thread Javier Soto via swift-users
Hi David! No hard feelings at all :) I just wanted to propose something different, dinner sounds great! Thanks for setting that google forms up! On Tue, Jun 7, 2016 at 5:35 AM David Hart via swift-evolution < swift-evolut...@swift.org> wrote: > Hi everybody, > > After receiving a private question

Re: [swift-users] [swift-evolution] WWDC Meetup

2016-06-07 Thread Javier Soto via swift-users
I would love to join as well!! I'd like to propose perhaps to plan something alternative to beers to keep it inclusive to members who may not be 21 or like to drink alcohol :) On Mon, Jun 6, 2016 at 3:49 PM Shane S via swift-evolution < swift-evolut...@swift.org> wrote: > +1 I'd love to put some

Re: [swift-users] [swift-evolution] WWDC Meetup

2016-06-07 Thread Alex Hoppen via swift-users
I'll be there as well and would happily join. – Alex > On 06 Jun 2016, at 16:08, Michael Nisi via swift-evolution > wrote: > > Great initiative—and a really interesting question: how many Swift Open > Source people attend WWDC? > >> On 06.06.2016, at 08:35, David Hart via swift-users >> w

Re: [swift-users] file io in Swift 2.2 for Linux (would like to be pointed in the right direction)

2016-06-07 Thread Brent Royal-Gordon via swift-users
>> It’s almost unique in that regard; in general Cocoa APIs are only supposed >> to throw exceptions for programmer errors like assertion failures. > > Almost unique is right. The only other offender I can think of is > Distributed Objects, which is even less fun because any method call > (inc

Re: [swift-users] Swift 3.0 Preview 1 Snapshots available!

2016-06-07 Thread Daniel Steinberg via swift-users
Thank you - I had no idea there were two links there on that line Daniel > On Jun 7, 2016, at 1:57 AM, Joakim Hassila wrote: > > https://bugs.swift.org/browse/SR-1406 > ? > > Cheers, > > Joakim > >> On 4 juni 2016, at 13:06, Daniel Steinberg via swift-u

Re: [swift-users] [swift-evolution] [swift-corelibs-dev] WWDC Meetup

2016-06-07 Thread David Hart via swift-users
Hi everybody, After receiving a private question, I'd like to clarify something: I’m hoping that anybody interested in the Swift Open Source project, contributor or not, WWDC ticket holder or not, should feel free to come! This is definitely not something I meant to be restricted in any way. My

Re: [swift-users] Swift 3.0 Preview 1 Snapshots available!

2016-06-07 Thread Joakim Hassila via swift-users
https://bugs.swift.org/browse/SR-1406 ? Cheers, Joakim > On 4 juni 2016, at 13:06, Daniel Steinberg via swift-users > wrote: > > When I use the latest snapshot, Xcode crashes for me soon after launch. I can > revert to the May 9 drop and everything wor