<div dir="ltr">On Wed, May 11, 2016 at 1:30 AM, Drew Crawford 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><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">I&#39;m one of the largest dispatch-on-linux users right now.  In fact, I&#39;m reasonably sure I&#39;m <b>THE</b> largest.  I have an application in production that uses some 400 dispatch calls.  <div><br></div><div>On Linux, I&#39;m running Swift 3 in production, essentially because Dispatch/Linux in 2.2 does not even exist.  On OSX/iOS, I compile the same codebase with Swift 2.2, because that&#39;s the version that&#39;s released, and using released software is a sane thing to do.</div><div><br></div><div>This proposal places me in the uncomfortable situation of trying to somehow smooth out a truly MASSIVE API delta with #if.  And that&#39;s not going to happen.  Realistically, what I will do is create some kind of FrankenSwift that either backports the new API to Swift 3 or the old API to Swift 2.  And that is a ton of work, really stupid work, and I would infinitely prefer to spend that time doing something actually useful to the world.  To be clear, I don&#39;t fear migration; what I fear is the heisenmigration, where one of my platforms must migrate, and the other ones can&#39;t.</div><div><br></div><div>More broadly, I am concerned about the direction the language is going where we do not even have working libraries yet and already we are doing sweeping API changes to them.  I suspect this is motivated by a fundamentally incorrect premise–the premise that because it&#39;s not released yet, we can get away with it.  When actually that&#39;s backwards: we can get away with breaking changes later, but if we do them now we will ruin everything.  Let me explain.</div><div><br></div><div>Right now, Linux Swift programmers exist. And they need to be able to solve ordinary problems, like writing a string to a file, or spinning up a background thread.  And I do mean: sometime before Late 2016.  No amount of telling them &quot;don&#39;t do that, it&#39;s not released&quot; is going to stop this.  The only question is whether upstream is going to be the repo that solves their problem, or whether they go to solve the problem somewhere else.  Because when they go somewhere else, they invest there.</div><div><br></div><div>Increasingly, because upstream is not interested in the problem, I am seeing Linux folk go solve the problem somewhere else.  Just counting the projects I&#39;m personally aware of, there are 3 foundation alternatives and 1 package manager alternative.  All because upstream has no sane path to e.g. reading a file on disk in the kind of timeframe working programmers actually need to do it in.</div><div><br></div><div>What we *should* be doing is creating libraries that *<b>work</b>*, *<b>releasing them</b>*, and then we can do as much API Disneyland as we want without harassing the working programmer.</div><div><br></div><div>1.  If we&#39;re out of bugs to fix, why not release?  Then folks like me can get off the snapshot treadmill and we won&#39;t be annoyed by massive API delta until we can do it all at once, which is (relatively) easy.</div><div>2.  If we&#39;re not out of bugs to fix, why not work on them, and then release, and then come back to this?</div><div>3.  Since Swift 3 will have a stable ABI, why not ship both libdispatch2 and libdispatch3 and let the programmer plan her own migration?  I&#39;m not even sure the stable ABI part is relevant, since Dispatch is almost entirely C.</div><div><br></div><div>All of these are saner alternatives to the proposal, and all of them achieve the stated goal (e.g. we still end up with happy modern APIs).</div><div><br></div><div>I don&#39;t mean to pick on this proposal specifically, I agree with the need to modernize the API surface area.  But if we continue to do breaking changes first and releases later I&#39;m concerned about where the early adopters will get pushed to.</div></div></blockquote><div><br></div><div>FWIW, I believe the first Swift 3 preview branch is being created from master tomorrow...</div><div> </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><br></div><div>Drew</div></div><br>_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br></blockquote></div><br></div></div>