<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 12, 2016, at 2:17 AM, Антон Жилин via swift-evolution <<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">#sourceLocation(file: "foo", line: 42) // Set logical position.</div><div class="">#sourceLocation() // Reset logical position.</div><div class=""><br class=""></div><div class="">I fully support renaming of the first directive, but have a tiny concern about the second one.</div><div class="">Does sourceLocation name reflect its purpose? Maybe resetSourceLocation or something like that?</div></div></div></blockquote><br class=""></div><div>Perhaps</div><div> #sourceLocation(reset)</div><div><br class=""></div><div>which provides space for other potential future constructs</div><div> #sourceLocation(push)</div> #sourceLocation(file:"foo", line: 42)<div class=""> …<br class=""><div class=""> #sourceLocation(pop)</div><div class=""><br class=""></div></div><div class=""><br class=""></div><div class="">-- </div><div class="">Greg Parker <a href="mailto:gparker@apple.com" class="">gparker@apple.com</a> Runtime Wrangler</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>