[swift-evolution] [Revision] SE-0034 - Disambiguating Line Control Statements from Debugging Identifiers

Dave Abrahams dabrahams at apple.com
Mon Mar 14 17:30:01 CDT 2016


on Fri Mar 11 2016, Chris Lattner <swift-evolution at swift.org> wrote:

> This provides syntax that looks like an imperative function call that
> affects the logical source location at that point in the file.

FWIW, to me it looks like a declarative statement about how the compiler
should treat the following lines of source.  A name beginning with "set"
would be more imperative, IMO.  I like declarative better.

-- 
-Dave



More information about the swift-evolution mailing list