<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Proposal Link: <a href="https://github.com/apple/swift-evolution/blob/master/proposals/0028-modernizing-debug-identifiers.md" class="">https://github.com/apple/swift-evolution/blob/master/proposals/0028-modernizing-debug-identifiers.md</a></div><div class=""><br class=""></div>The review of SE-0028 "<b class="">Modernizing Swift's Debugging Identifiers</b>" ran from January 29… February 2, 2016. The proposal has been *<b class="">accepted*</b>, with modifications:<div class=""><br class=""></div><div class="">* The core team agrees that we should rename all of the existing&nbsp;__FILE__,&nbsp;__LINE__,&nbsp;__COLUMN__,&nbsp;__FUNCTION__, and&nbsp;__DSO_HANDLE__ symbols to lowercase equivalents in the # namespace: #file, #line, #column, #function, #dsohandle. &nbsp;This includes keeping __FUNCTION__, and making #line have the dual behavior of being a directive when it is the first token on a line, but an expression otherwise. &nbsp;Renaming these symbols improves uniformity within the Swift language, and keeping all of them provides a smooth transition path from the old syntax to the new syntax.</div><div class=""><br class=""></div><div class="">* The core team isn’t thrilled with the magic “first token on a line” whitespace behavior that #line will be getting, and would like someone to start a discussion about renaming the old #line directive to something more specific and tailored to its purpose. &nbsp; Once that name and syntax is settled, we can rename the directive and remove the whitespace rule.<br class=""><br class=""></div><div class="">* The core team requests that #symbol be split out into a separate proposal, because it needs more detailed design work, and is an additive feature. &nbsp;For example, it might be appealing to provide a "#mangledName” expression that provides the current symbol as a mangled name: when fed into a demangler, a more structured form of the current symbol would be available.</div><div class=""><div class=""><div class=""><br class=""></div><div class="">Thank you to Erica Sadun for driving this forward!</div><div class=""><br class=""></div><div class=""><div class="">-Chris Lattner</div><div class="">Review Manager</div></div></div></div></body></html>