Re: [swift-evolution] [Discussion] Namespaces

2016-05-20 Thread Robert Schwalbe via swift-evolution
Anyway, I'm +1 for namespaces everywhere, some names can be common. For example Node could be related to trees, physics engines and all sorts of constructs. "Node" may be a perfectly fine name for these. That said, these are sometimes tied to specific types in which case nesting them may make m

Re: [swift-evolution] [Accepted] SE-0064: Referencing the Objective-C selector of property getters and setters

2016-04-18 Thread Robert Schwalbe via swift-evolution
> Hello Robert, > > My comment below: > >> Per my reading of SE-0022, would SE-0064 institute the first exception to >> the #selector expression where the expression is not a reference to a method? > > Indeed. But I don’t see the issue. It still generates a selector for an > Objective-C method

Re: [swift-evolution] [Accepted] SE-0064: Referencing the Objective-C selector of property getters and setters

2016-04-18 Thread Robert Schwalbe via swift-evolution
I realize I am quite late to this discussion, so if a public flogging is in order I am willing to accept that (and the rest of this e-mail can be ignored and/or deleted from the archives). Per my reading of SE-0022, would SE-0064 institute the first exception to the #selector expression where t