[swift-evolution] [swift-evolution-announce] [Accepted] SE-0028 Modernizing Swift's Debugging Identifiers (__LINE__, etc)

Trent Nadeau tanadeau at gmail.com
Wed Feb 3 19:23:20 CST 2016


Excellent. Consistency within the language makes it easier to remember,
read, and teach.

Congratulations, Erica!

On Wed, Feb 3, 2016 at 7:48 PM, Chris Lattner via swift-evolution <
swift-evolution at swift.org> wrote:

>
> On Feb 3, 2016, at 4:39 PM, Chris Lattner <clattner at apple.com> wrote:
>
> Proposal Link:
> https://github.com/apple/swift-evolution/blob/master/proposals/0028-modernizing-debug-identifiers.md
>
> The review of SE-0028 "*Modernizing Swift's Debugging Identifiers*" ran
> from January 29… February 2, 2016. The proposal has been **accepted**,
> with modifications:
>
> * The core team agrees that we should rename all of the
> existing __FILE__, __LINE__, __COLUMN__, __FUNCTION__, and __DSO_HANDLE__
> symbols to lowercase equivalents in the # namespace: #file, #line, #column,
> #function, #dsohandle.  This includes keeping __FUNCTION__,
>
>
> To clarify, I meant keeping the behavior of __FUNCTION__, but renaming it
> to #function.
>
> -Chris
>
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
>
>


-- 
Trent Nadeau
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160203/ac46d6ae/attachment.html>


More information about the swift-evolution mailing list