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

Jim Hillhouse jimhillhouse at me.com
Wed Feb 3 20:28:09 CST 2016


+Inf to Erica for this. 

Jim
jimhillhouse at me.com
512-484-9489

> On Feb 3, 2016, at 7:23 PM, Trent Nadeau via swift-evolution <swift-evolution at swift.org> wrote:
> 
> 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
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160203/08db622b/attachment.html>


More information about the swift-evolution mailing list