<div dir="ltr">On Thu, Apr 27, 2017 at 5:50 AM, John Holdsworth <span dir="ltr">&lt;<a href="mailto:mac@johnholdsworth.com" target="_blank">mac@johnholdsworth.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><br><div><span><blockquote type="cite"><div>On 26 Apr 2017, at 23:40, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt; wrote:</div><br class="m_3017708089158538448m_-2772943069389555955Apple-interchange-newline"><div><div dir="ltr">So, independent of whether one thinks this is a good idea or not, the core team wrote the following:<div><br></div><div>&gt; <span style="font-size:12.800000190734863px">Discussion on the list raised the idea of allowing a line to end with \ to &quot;escape&quot; the newline and elide it from the value of the literal; the core team had concerns about only allowing that inside multi-line literals and felt that that could also be considered later as an additive feature.</span></div><div><span style="font-size:12.800000190734863px"><br></span></div><div><span style="font-size:12.800000190734863px">It seems to me that, when the core team considers a feature and then removes it from an accepted proposal, saying that it should be considered _later_, that word doesn&#39;t mean immediately asking the community to consider it again.</span></div></div></div></blockquote><div><br></div></span>Ouch, fair enough, I apologise for waisting the communities time. The logic behind the new proposal was that newline escapes were removed from SE-0168 as they would have been inconsistent with regular strings. So, the next step seemed like testing the water with a new proposal with newline escapes for all strings while we are looking at string literals in general. I’m sorry if that and the tone of my last email was irritating.</div><div><br></div><div>Multi-line strings have already been merged as agreed so perhaps there is little point discussing this further. I&#39;ve also come to realise that in practice, stripping the last newline off multiline strings for consistency is not an issue.</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>I&#39;d imagine that this was part of the idea of &quot;later&quot;: let the current design percolate by giving people real-world experience with it. If, as proponents have argued, trailing spaces are a key issue, you&#39;ll find people who haven&#39;t even followed the discussion chiming in to say, gee, let&#39;s get an additive solution to the problem. If, as I surmise, it&#39;s not an issue, then we won&#39;t need to add anything further.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><div dir="auto" style="word-wrap:break-word"><span class="m_3017708089158538448HOEnZb"><font color="#888888"><div></div><div>-John</div></font></span><div><div class="m_3017708089158538448h5"><div><br></div><div><blockquote type="cite"><div><div dir="ltr"><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 26, 2017 at 2:14 PM, Adrian Zubarev via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_markdown"><p>Hello folks,</p><p>To keep things focused I opened up a new thread for this talk. Previously the discussion took place at the thread named <code>[Accepted] SE-0168: Multi-Line String Literals</code>.</p><p>John Holdsworth has provided a first draft in his PR:
<a href="https://github.com/apple/swift-evolution/pull/695" target="_blank">https://github.com/apple/swift<wbr>-evolution/pull/695</a></p><p>I think we need to fine tune the proposal before it gets into the review process.</p>

<hr><p>To quickly sum up, the previous proposal added support for multi-line string literals into Swift, where its model was squeezed to the minimum.</p>

<ol>
<li><p>No text directly after/before the starting/closing tripled <code>&quot;&quot;&quot;</code> delimiters.</p></li>
<li><p>The string content line before the closing delimiter does not inject a new line to the final string, only lines before the last content line does.</p></li>
<li><p>Trailing spaces in each string content lines will produce a warning and hopefully provide a Fix-it to remove these, therefore there is no trailing precision added with the minimum model of the multi-line string literal. (This approach is editor/linter independent whatsoever.)</p></li>
</ol>

<hr><p>This follow up proposal will fix the last missing peace for multi-line string literals and additionally add new possibilities to the single quoted string literal as well.</p><p>This proposal should also not change the fact number two from above!</p>

<pre><code class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785swift">let s1 = &quot;&quot;&quot;
   myStringExample
   &quot;&quot;&quot;

let s2 = &quot;myStringExample&quot;

s1 == s2 // =&gt; true
</code></pre>

<hr><p>Currently both string literals suffers from the following issue where long strings will produce a very hard to read literal. Notice, we don’t want to discuss here if we should or should not ever hardcode long string literals at all.</p>

<pre><code class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785swift">let myLongStringWithParagraphs = &quot;&quot;&quot;
   Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    
   Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
   &quot;&quot;&quot;
    
let myLongLineString = &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&quot;
</code></pre><p>The current proposal solves that problem while also adding trailing precision for the tripled multi-line string literal and providing flexibility for code formatting for us developers in a editor independent fashion.</p><p>The example from above could be rewritten, while preserving the indent and producing the exact equivalent result strings as above.</p>

<pre><code class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785swift">let myLongStringWithParagraphs = &quot;&quot;&quot;
   Lorem ipsum dolor sit amet, consectetur adipiscing elit, \
   sed do eiusmod tempor incididunt ut labore et dolore magna \
   aliqua. Ut enim ad minim veniam, quis nostrud exercitation \
   ullamco laboris nisi ut aliquip ex ea commodo consequat.
    
   Lorem ipsum dolor sit amet, consectetur adipiscing elit, \
   sed do eiusmod tempor incididunt ut labore et dolore magna \
   aliqua. Ut enim ad minim veniam, quis nostrud exercitation \
   ullamco laboris nisi ut aliquip ex ea commodo consequat.
   &quot;&quot;&quot;
    
let myLongLineString = &quot;Lorem ipsum dolor sit amet, \
   &quot;consectetur adipiscing elit, sed do eiusmod tempor \
   &quot;incididunt ut labore et dolore magna aliqua. Ut enim \
   &quot;ad minim veniam, quis nostrud exercitation ullamco \
   &quot;laboris nisi ut aliquip ex ea commodo consequat.&quot;
</code></pre><p>If this proposal will be accepted the trailing whitespaces inside a string literal will produce two different warnings with similar Fix-its.</p>

<pre><code class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785swift">// In the examples v1 and v2 the Fix-it will either ask you to delete the  
// trailing space(s) or to a add a `\` after the last whitespace character.  

let v1 = &quot;&quot;&quot;
   123&lt;space&gt;
   &quot;&quot;&quot;
    
let v2 = &quot;&quot;&quot;
   abc
   123&lt;space&gt;
   &quot;&quot;&quot;
    
// In the example v3 the Fix-it will either ask you to delete the  
// trailing space(s) or to a add a `\n\` after the last whitespace  
// character.
    
let v4 = &quot;&quot;&quot;
   abc&lt;space&gt;
   123
   &quot;&quot;&quot;
</code></pre><span class="m_3017708089158538448m_-2772943069389555955gmail-HOEnZb"><font color="#888888"><div><br class="m_3017708089158538448m_-2772943069389555955webkit-block-placeholder"></div></font></span></div><span class="m_3017708089158538448m_-2772943069389555955gmail-HOEnZb"><font color="#888888"><div class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_original_html"><div id="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_customfont" style="font-family:helvetica,arial;font-size:13px;margin:0px"><br></div><br><div id="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_sign_1493232058239898880" class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>Adrian Zubarev<br>Sent with Airmail</div></div></div><div class="m_3017708089158538448m_-2772943069389555955gmail-m_-2039866567013217785bloop_markdown"><div><br class="m_3017708089158538448m_-2772943069389555955webkit-block-placeholder"></div></div></font></span></div><br>______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailma<wbr>n/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div></div></div>
______________________________<wbr>_________________<br>swift-evolution mailing list<br><a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-evolution" target="_blank">https://lists.swift.org/mailma<wbr>n/listinfo/swift-evolution</a><br></div></blockquote></div><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></blockquote></div><br></div></div>