<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="">Thanks, I like "Lossless" too. Further suggestions on naming would be appreciated from anyone.<div class=""><br class=""></div><div class="">Austin<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 27, 2016, at 9:03 PM, Xiaodi Wu &lt;<a href="mailto:xiaodi.wu@gmail.com" class="">xiaodi.wu@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">This looks good. I like your use of the term "lossless"; perhaps we can use it consistently, i.e. LosslessStringConvertible. The implication by comparison would be that CustomStringConvertible makes no guarantee of losslessness.<br class=""><div class="gmail_quote"><div dir="ltr" class="">On Fri, May 27, 2016 at 23:52 Austin Zheng via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">Hello swift-evolution,<div class=""><br class=""></div><div class="">I've put together a preliminary v2 of the proposal, taking into account feedback expressed on this thread. I would appreciate any comments, suggestions, or criticisms.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/austinzheng/swift-evolution/blob/az-edit-89/proposals/0089-rename-string-reflection-init.md" target="_blank" class="">https://github.com/austinzheng/swift-evolution/blob/az-edit-89/proposals/0089-rename-string-reflection-init.md</a><br class=""></div><div class=""><br class=""></div><div class="">If any objections can be worked out quickly, I hope to resubmit this proposal for review early next week.</div><div class=""><br class=""></div><div class="">Best,</div><div class="">Austin</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, May 27, 2016 at 7:50 PM, Patrick Smith via swift-evolution <span dir="ltr" class="">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is there any possibility we can break from this? Especially as:<br class="">
<br class="">
1. ValuePreservingStringConvertible expects its description to be value preserving, but current Cocoa implementations are not.<br class="">
2. ‘Description’ doesn’t really convey the meaning of ‘value preserving’ in my mind, but is a valuable name for many other use cases.<br class="">
3. Swift 3 has a wide range of breaking changes for the better.<br class="">
4. With the presence of ValuePreservingStringConvertible, CustomStringConvertible doesn’t seem to provide much value over CustomDebugStringConvertible?<br class="">
<br class="">
For string interpolation, I imagine the standard library could fall back to a ‘description’ method for NSObject subclasses.<br class="">
<br class="">
Thanks,<br class="">
<br class="">
Patrick<br class="">
<div class=""><div class=""><br class="">
&gt; On 28 May 2016, at 7:49 AM, Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt;<br class="">
&gt; on Thu May 26 2016, Patrick Smith &lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt; wrote:<br class="">
&gt;<br class="">
&gt;&gt;&gt; On 27 May 2016, at 2:40 PM, Austin Zheng via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a>&gt; wrote:<br class="">
&gt;&gt;&gt;<br class="">
&gt;&gt;&gt; Any of the NSObject subclass candidates may require their<br class="">
&gt;&gt;&gt; `description`s to be altered to meet the semantics, which may or may<br class="">
&gt;&gt;&gt; not be an acceptable breaking change.<br class="">
&gt;&gt;<br class="">
&gt;&gt; Do you think it might be worth changing `description` to be named<br class="">
&gt;&gt; something else? Something more clear, less likely to conflict with<br class="">
&gt;&gt; ‘real’ properties — ‘description’ doesn’t seem to portray something<br class="">
&gt;&gt; that is value-preserving. What is the reason for calling it<br class="">
&gt;&gt; ‘description’?<br class="">
&gt;<br class="">
&gt; The main reason was backward compatibility with Cocoa, which already has<br class="">
&gt; a “description” property.<br class="">
&gt;<br class="">
&gt;&gt; Especially if NSObject subclasses won’t fit, then why not have a<br class="">
&gt;&gt; different method that can be strictly value preserving? (Then<br class="">
&gt;&gt; `description` can stay being an NSObject thing.)<br class="">
&gt;<br class="">
&gt; --<br class="">
&gt; Dave<br class="">
&gt;<br class="">
&gt; _______________________________________________<br class="">
&gt; swift-evolution mailing list<br class="">
&gt; <a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a><br class="">
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="">
<br class="">
_______________________________________________<br class="">
swift-evolution mailing list<br class="">
<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a><br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="">
</div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">
swift-evolution mailing list<br class="">
<a href="mailto:swift-evolution@swift.org" target="_blank" class="">swift-evolution@swift.org</a><br class="">
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank" class="">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></div></body></html>