<html><head><style>
body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding:1em;
        margin:auto;
        background:#fefefe;
}

h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
}

h1 {
        color: #000000;
        font-size: 28pt;
}

h2 {
        border-bottom: 1px solid #CCCCCC;
        color: #000000;
        font-size: 24px;
}

h3 {
        font-size: 18px;
}

h4 {
        font-size: 16px;
}

h5 {
        font-size: 14px;
}

h6 {
        color: #777777;
        background-color: inherit;
        font-size: 14px;
}

hr {
        height: 0.2em;
        border: 0;
        color: #CCCCCC;
        background-color: #CCCCCC;
    display: inherit;
}

p, blockquote, ul, ol, dl, li, table, pre {
        margin: 15px 0;
}

a, a:visited {
        color: #4183C4;
        background-color: inherit;
        text-decoration: none;
}

#message {
        border-radius: 6px;
        border: 1px solid #ccc;
        display:block;
        width:100%;
        height:60px;
        margin:6px 0px;
}

button, #ws {
        font-size: 12 pt;
        padding: 4px 6px;
        border-radius: 5px;
        border: 1px solid #bbb;
        background-color: #eee;
}

code, pre, #ws, #message {
        font-family: Monaco;
        font-size: 10pt;
        border-radius: 3px;
        background-color: #F8F8F8;
        color: inherit;
}

code {
        border: 1px solid #EAEAEA;
        margin: 0 2px;
        padding: 0 5px;
}

pre {
        border: 1px solid #CCCCCC;
        overflow: auto;
        padding: 4px 8px;
}

pre > code {
        border: 0;
        margin: 0;
        padding: 0;
}

#ws { background-color: #f8f8f8; }


.bloop_markdown table {
border-collapse: collapse;  
font-family: Helvetica, arial, freesans, clean, sans-serif;  
color: rgb(51, 51, 51);  
font-size: 15px; line-height: 25px;
padding: 0; }

.bloop_markdown table tr {
border-top: 1px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }
     
.bloop_markdown table tr:nth-child(2n) {
background-color: #f8f8f8; }

.bloop_markdown table tr th {
font-weight: bold;
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr td {
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

.bloop_markdown table tr th :first-child, table tr td :first-child {
margin-top: 0; }

.bloop_markdown table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }

.bloop_markdown blockquote{
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777; }
  blockquote > :first-child {
    margin-top: 0; }
  blockquote > :last-child {
    margin-bottom: 0; }

code, pre, #ws, #message {
    word-break: normal;
    word-wrap: normal;
}

hr {
    display: inherit;
}

.bloop_markdown :first-child {
    -webkit-margin-before: 0;
}

code, pre, #ws, #message {
    font-family: Menlo, Consolas, Liberation Mono, Courier, monospace;
}


.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class="bloop_markdown"><p>Well even if my last pitch won’t happen it’s still would be possible to have trailing whitespaces in <code>"""</code> in it’s last line, the issue is that they aren’t visible. We do not want to bring that discussion back now, but we definitely will post Swift 4 release. </p>

<p>That said the backslash in the last line simply should do nothing but still be allowed. This won’t complicate anything nor would it do any harm.</p>

<p>—</p>

<p>About <code>c:\</code> well in that case it might look like a <em>bug</em> but it isn’t because you should always keep in mind that <code>\</code> as a character should be escaped as well, so it should be <code>c:\\</code> anyways. If you than would want to break your line then you’ll end up with <code>c:\\\</code> which might look ugly but it’s a consequence of using <code>\</code> for our main purpose.</p>

<p></p></div><div class="bloop_original_html"><style>body{font-family:Helvetica,Arial;font-size:13px}</style><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div> <br> <div id="bloop_sign_1499945652691063040" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">--&nbsp;<br>Adrian Zubarev<br>Sent with Airmail</div></div> <br><p class="airmail_on">On 13. July 2017 at 13:28:48, Vladimir.S (<a href="mailto:svabox@gmail.com">svabox@gmail.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>On 13.07.2017 9:24, Adrian Zubarev via swift-evolution wrote:
<br>&gt; One more thing I wanted to add.
<br>&gt;  
<br>&gt; I would remove the restriction of
<br>&gt;  
<br>&gt;     An escape character at the end of the last line of a literal is an error, as no
<br>&gt;     newlines follow.
<br>&gt;  
<br>&gt; from this proposal and allow the trailing backslash in the last line which won’t do  
<br>&gt; harm to anything. The idea behind this is that one could annotate whitespaces in the  
<br>&gt; last line:
<br>&gt;  
<br>&gt; |""" My very long string&lt;space&gt;\ in Swift 👻&lt;space&gt;&lt;space&gt;&lt;space&gt;\ """ |
<br>&gt;  
<br>
<br>Support this opinion. Otherwise, how we can explicitly preserve whitespaces in last line?
<br>
<br>
<br>But in general, I wonder if this feature(newline escaping) can produce hard-to-find  
<br>bugs. For example, currently we can't have such string:
<br>
<br>let s = """
<br>        ...
<br>        In Windows you have paths like C:\
<br>        ...
<br>        """
<br>// invalid escape sequence in literal
<br>
<br>but with newline escaping, it seems(am I correct?) we can have such string without  
<br>any error/warning, and the result text will not be what author planned. Depend on  
<br>where such string will be used(template/JSON/SQL/etc), this can lead to not-obvious  
<br>hard to find bugs.
<br>
<br>Probably, this should not be just '\' but real escape sequence like '\_' (you can't  
<br>have it currently in string, so seems OK to introduce it for newline escaping).
<br>
<br>&gt;  
<br>&gt;  
<br>&gt; --  
<br>&gt; Adrian Zubarev
<br>&gt; Sent with Airmail
<br>&gt;  
<br>&gt; On 13. July 2017 at 08:14:03, Adrian Zubarev (adrian.zubarev@devandartist.com  
<br>&gt; &lt;mailto:adrian.zubarev@devandartist.com&gt;) wrote:
<br>&gt;  
<br>&gt;&gt; Can you please elaborate?
<br>&gt;&gt;
<br>&gt;&gt; —
<br>&gt;&gt;
<br>&gt;&gt; In general I, as one of the co-authors, am for this additional change. However,  
<br>&gt;&gt; personally I would be against adding the new line escaping feature to the single  
<br>&gt;&gt; double-quote string literal, because it will create asymmetry.
<br>&gt;&gt;
<br>&gt;&gt; For instance in a future proposal it’s likely we’d also allow the multi-line string  
<br>&gt;&gt; literal |"""| to be written in a single line without any new line escaping, for  
<br>&gt;&gt; strings that contain lots of double-quotes:
<br>&gt;&gt;
<br>&gt;&gt; |let myString1 = """{"id": "OpenNew", "label": "Open New"}""" // old and current  
<br>&gt;&gt; version let myString2 = "{\"id\": \"OpenNew\", \"label\": \"Open New\"}" |
<br>&gt;&gt;
<br>&gt;&gt; Considering that proposal would be accepted we’d have two ways to express the  
<br>&gt;&gt; multi-line string literal:
<br>&gt;&gt;
<br>&gt;&gt; |// horizontal """Swift""" // vertical """ Swift """ |
<br>&gt;&gt;
<br>&gt;&gt; Now about the previously mentioned asymmetry, if we’d accept in the current  
<br>&gt;&gt; proposal and include new line escaping in a single double-quoted string literal  
<br>&gt;&gt; eventually someone will find that again /inconsistent/ and ask to align  
<br>&gt;&gt; |"""|-literal to allow:
<br>&gt;&gt;
<br>&gt;&gt; |"""abc \ def""" // Symmetrical counterpart is from the current proposal "abc \ def" |
<br>&gt;&gt;
<br>&gt;&gt; However this model was completely abandoned by the previous proposal and should be  
<br>&gt;&gt; avoided at all cost even in the future, because it does not any value to the  
<br>&gt;&gt; expressiveness, but only complicates the model.
<br>&gt;&gt;
<br>&gt;&gt; —
<br>&gt;&gt;
<br>&gt;&gt; On the other hand if we’re really considering adding this to |"|-literal, then it  
<br>&gt;&gt; should be only possible if the |"|-literal gets a similar /vertical/ version like  
<br>&gt;&gt; the |"""|-literal.
<br>&gt;&gt;
<br>&gt;&gt; Notice that in that scenario:
<br>&gt;&gt;
<br>&gt;&gt;   * we need borrow the indent mechanism from |"""|
<br>&gt;&gt;   * the trailing |\| can be omitted after the last character on the current string line
<br>&gt;&gt;   * the trailing |\| is only used for annotate trailing whitespaces (|"|-liteal
<br>&gt;&gt;     does not add implicit new lines at all, it’s always should stay explicit about
<br>&gt;&gt;     everything)
<br>&gt;&gt;
<br>&gt;&gt; Something like that:
<br>&gt;&gt;
<br>&gt;&gt; |// #1 " a\ b\ " == "ab" // #1.1 " a b " == "ab" // #2 " a \ b \ " == "a b " // #3 "  
<br>&gt;&gt; c \ d \ " == " c d " |
<br>&gt;&gt;
<br>&gt;&gt; By now it should be clearly visible that this extension for the |"|-literal does  
<br>&gt;&gt; not add anything what the |"""|-literal cannot already solve nicely!
<br>&gt;&gt;
<br>&gt;&gt; That said, let’s keep it simple and only add the |\| to vertical |"""|-literal.
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt; --  
<br>&gt;&gt; Adrian Zubarev
<br>&gt;&gt; Sent with Airmail
<br>&gt;&gt;
<br>&gt;&gt; On 13. July 2017 at 02:10:30, Taylor Swift via swift-evolution  
<br>&gt;&gt; (swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;) wrote:
<br>&gt;&gt;
<br>&gt;&gt;&gt; as is, this will mess up the “collapse” feature in most text editors,, it should  
<br>&gt;&gt;&gt; not be added unless indentation removal is added too
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; On Wed, Jul 12, 2017 at 7:48 PM, T.J. Usiyan via swift-evolution  
<br>&gt;&gt;&gt; &lt;swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;&gt; wrote:
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;     +1
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;     Maintaining parity between single and multi line strings is nice even though
<br>&gt;&gt;&gt;     breaking scope is a strong argument against actually using this with single
<br>&gt;&gt;&gt;     line literals.
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;     On Wed, Jul 12, 2017 at 7:15 PM, Timothy Wood via swift-evolution
<br>&gt;&gt;&gt;     &lt;swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;&gt; wrote:
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         +1 This seems great to me.  It seems worth calling out how escaping of
<br>&gt;&gt;&gt;         backslashes and escaping of newlines interact for testing:
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;                 let s = """
<br>&gt;&gt;&gt;                 line fragment ending in backslash \\\
<br>&gt;&gt;&gt;                 and
<br>&gt;&gt;&gt;                 line fragment ending in backslash \\\
<br>&gt;&gt;&gt;                 \\followed by line fragment starting with backslash
<br>&gt;&gt;&gt;                 """
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         I would expect to get "line fragment ending in backslash \\and\nline
<br>&gt;&gt;&gt;         fragment ending in backslash\\\\followed by line fragment starting with
<br>&gt;&gt;&gt;         backslash”, that is, escaped backslashes at the end of line fragments
<br>&gt;&gt;&gt;         should be retained, and whatever concatenates line fragments shouldn’t
<br>&gt;&gt;&gt;         accidentally double-interpret backslashes.
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         Alternatively:
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;                 let s = """
<br>&gt;&gt;&gt;                 line ending in backslash \\
<br>&gt;&gt;&gt;                 and
<br>&gt;&gt;&gt;                 line ending in backslash \\
<br>&gt;&gt;&gt;                 \\followed by line starting with backslash
<br>&gt;&gt;&gt;                 """
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         seems like it should produce the result "line ending in backslash
<br>&gt;&gt;&gt;         \\\nand\nline ending in backslash\\\n\\followed by line starting with
<br>&gt;&gt;&gt;         backslash”, that is, the consumption of escaped backslashes should happen
<br>&gt;&gt;&gt;         before considering if there is an extra backslash on the end of the line
<br>&gt;&gt;&gt;         for an escaped newline.
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         -tim
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         &gt; On Jul 12, 2017, at 3:52 PM, Chris Lattner via swift-evolution &lt;swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;&gt; wrote:
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; Hello Swift community,
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; Context: As part of winding down work on Swift 4, we are considering SE-0182 as a refinement to SE-0168.  We are specifically not
<br>&gt;&gt;&gt;         opening the floodgates for new proposals just yet, and it is not
<br>&gt;&gt;&gt;         considered in scope to resyntax all of multi-line string literals.  We’re
<br>&gt;&gt;&gt;         just discussing this one potential small-scope refinement to an existing
<br>&gt;&gt;&gt;         Swift 4 feature.
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; The review of "String Newline Escaping" begins now and runs through July 17, 2017. The proposal is available here:
<br>&gt;&gt;&gt;         &gt; https://github.com/apple/swift-evolution/blob/master/proposals/0182-newline-escape-in-strings.md
<br>&gt;&gt;&gt;         &lt;https://github.com/apple/swift-evolution/blob/master/proposals/0182-newline-escape-in-strings.md&gt;
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at
<br>&gt;&gt;&gt;         &gt; https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;&gt;&gt;         &lt;https://lists.swift.org/mailman/listinfo/swift-evolution&gt;
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; or, if you would like to keep your feedback private, directly to the review manager. When replying, please try to keep the proposal
<br>&gt;&gt;&gt;         link at the top of the message:
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; What goes into a review?
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine
<br>&gt;&gt;&gt;         the direction of Swift. When writing your review, here are some questions
<br>&gt;&gt;&gt;         you might want to answer in your review:
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt;       • What is your evaluation of the proposal?
<br>&gt;&gt;&gt;         &gt;       • Is the problem being addressed significant enough to warrant a change to Swift?
<br>&gt;&gt;&gt;         &gt;       • Does this proposal fit well with the feel and direction of Swift?
<br>&gt;&gt;&gt;         &gt;       • If you have used other languages or libraries with a similar feature, how do you feel that this proposal
<br>&gt;&gt;&gt;         compares to those?
<br>&gt;&gt;&gt;         &gt;       • How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; More information about the Swift evolution process is available at:
<br>&gt;&gt;&gt;         &gt; https://github.com/apple/swift-evolution/blob/master/process.md
<br>&gt;&gt;&gt;         &lt;https://github.com/apple/swift-evolution/blob/master/process.md&gt;
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; Thank you,
<br>&gt;&gt;&gt;         &gt;
<br>&gt;&gt;&gt;         &gt; Chris Lattner
<br>&gt;&gt;&gt;         &gt; Review Manager
<br>&gt;&gt;&gt;         &gt; _______________________________________________
<br>&gt;&gt;&gt;         &gt; swift-evolution mailing list
<br>&gt;&gt;&gt;         &gt; swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;
<br>&gt;&gt;&gt;         &gt; https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;&gt;&gt;         &lt;https://lists.swift.org/mailman/listinfo/swift-evolution&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;         _______________________________________________
<br>&gt;&gt;&gt;         swift-evolution mailing list
<br>&gt;&gt;&gt;         swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;
<br>&gt;&gt;&gt;         https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;&gt;&gt;         &lt;https://lists.swift.org/mailman/listinfo/swift-evolution&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;     _______________________________________________
<br>&gt;&gt;&gt;     swift-evolution mailing list
<br>&gt;&gt;&gt;     swift-evolution@swift.org &lt;mailto:swift-evolution@swift.org&gt;
<br>&gt;&gt;&gt;     https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;&gt;&gt;     &lt;https://lists.swift.org/mailman/listinfo/swift-evolution&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; _______________________________________________
<br>&gt;&gt;&gt; swift-evolution mailing list
<br>&gt;&gt;&gt; swift-evolution@swift.org
<br>&gt;&gt;&gt; https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;  
<br>&gt;  
<br>&gt;  
<br>&gt; _______________________________________________
<br>&gt; swift-evolution mailing list
<br>&gt; swift-evolution@swift.org
<br>&gt; https://lists.swift.org/mailman/listinfo/swift-evolution
<br>&gt;  
<br></div></div></span></blockquote></div><div class="bloop_markdown"><p></p></div></body></html>