[swift-evolution] [Review] SE-0077: Improved operator declarations

Brent Royal-Gordon brent at architechies.com
Tue May 24 05:53:18 CDT 2016


> > Can you qualify them with module names?
> Right now, I guess, no, although that would be nice to have. I agree that this can be discussed later.

I wonder if we should force people today to put a `public` keyword on their `operator` and `precedence` (or whatever) declarations, so that when we eventually *do* stop doing the weird global thing we're currently doing, existing code won't break (as much).

-- 
Brent Royal-Gordon
Architechies



More information about the swift-evolution mailing list