<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 class="">
-Pierre

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Dec 14, 2015, at 9:18 AM, Pierre Habouzit via swift-corelibs-dev &lt;<a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Cool, I’ll have a look later this week or when it gets more ready ;)<div class=""><br class=""></div><div class="">btw, we got a pull request that seem good to me (<a href="https://github.com/apple/swift-corelibs-libdispatch/pull/13" class="">https://github.com/apple/swift-corelibs-libdispatch/pull/13</a>) but I don’t have the linux setup to check it’s good, would you mind review it, I’ve not seen anything wrong with it from the dispatch or from what I remember from autotools best practices from my debian developer past.<br class=""></div></div></div></blockquote><div><br class=""></div><div>wow that sentence makes no sense. I meant I see nothing wrong from the dispatch *perspective*. works better with all words ;)</div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><div class=""><br class=""><div class="">
-Pierre

</div>

<br class=""><div class=""><blockquote type="cite" class=""><div class="">On Dec 11, 2015, at 3:03 PM, David P Grove via swift-corelibs-dev &lt;<a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><p class="">Thanks Pierre.<br class=""><br class="">We made a little progress on getting tests to compile this afternoon:  <a href="https://github.com/dgrove-oss/swift-corelibs-libdispatch/tree/fixtests" class="">https://github.com/dgrove-oss/swift-corelibs-libdispatch/tree/fixtests</a><br class=""><br class="">Absolutely not ready for a pull request, but mentioning it in case anyone else was starting on the same task and wanted to collaborate. <br class=""><br class="">--dave<br class=""><br class=""><span id="cid:1__=0ABBF58BDFEDB55E8f9e8a93df938690918c0AB@" class="">&lt;graycol.gif&gt;</span><font color="#424282" class="">Pierre Habouzit ---12/11/2015 12:59:51 PM---&gt; On Dec 11, 2015, at 8:27 AM, David P Grove via swift-corelibs-dev &lt;<a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a>&gt; w</font><br class=""><br class=""><font size="2" color="#5F5F5F" class="">From:        </font><font size="2" class="">Pierre Habouzit &lt;<a href="mailto:phabouzit@apple.com" class="">phabouzit@apple.com</a>&gt;</font><br class=""><font size="2" color="#5F5F5F" class="">To:        </font><font size="2" class="">David P Grove/Watson/IBM@IBMUS</font><br class=""><font size="2" color="#5F5F5F" class="">Cc:        </font><font size="2" class="">Dzianis Fedarenka &lt;<a href="mailto:f.dz.v.gh@gmail.com" class="">f.dz.v.gh@gmail.com</a>&gt;, <a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a></font><br class=""><font size="2" color="#5F5F5F" class="">Date:        </font><font size="2" class="">12/11/2015 12:59 PM</font><br class=""><font size="2" color="#5F5F5F" class="">Subject:        </font><font size="2" class="">Re: [swift-corelibs-dev] libdispatch build issue</font><br class=""><font size="2" color="#5F5F5F" class="">Sent by:        </font><font size="2" class=""><a href="mailto:phabouzit@apple.com" class="">phabouzit@apple.com</a></font><br class=""></p><hr width="100%" size="2" align="left" noshade="" style="color:#8091A5; " class=""><br class=""><br class=""><br class="">
<ul class=""><ul class=""><font size="4" class="">On Dec 11, 2015, at 8:27 AM, David P Grove via swift-corelibs-dev &lt;</font><a href="mailto:swift-corelibs-dev@swift.org" class=""><u class=""><font size="4" color="#0000FF" class="">swift-corelibs-dev@swift.org</font></u></a><font size="4" class="">&gt; wrote:</font><br class=""><p class=""><a href="mailto:swift-corelibs-dev-bounces@swift.org" class=""><tt class=""><u class=""><font size="4" color="#0000FF" class="">swift-corelibs-dev-bounces@swift.org</font></u></tt></a><tt class=""><font size="4" class="">&nbsp;wrote on 12/11/2015 11:19:15 AM:<br class="">&gt; <br class="">&gt; The linux port is in progress, and even if it built, right now, it <br class="">&gt; wouldn’t be functional.<br class="">&gt; <br class="">&gt; -Pierre<br class="">&gt; <br class="">&gt; Yes. I completely understand that there linux port is not <br class="">&gt; functional. So I want to contribute to it. But it's practically <br class="">&gt; impossible since there is no usable build system :(.</font></tt><font size="4" class=""><br class=""></font><tt class=""><font size="4" class=""><br class="">It's limping along. &nbsp;We've managed to run a few programs successfully. </font></tt><font size="4" class=""><br class=""></font><tt class=""><font size="4" class=""><br class="">I think the next step is actually to get the test suite to compile &amp; build so we can see what functionally isn't working yet.</font></tt><font size="4" class=""><br class=""></font><tt class=""><font size="4" class=""><br class="">Pierre and Daniel, we could use some guidance on how to approach this. &nbsp;The tests have quite a few unguarded includes of mach header files, uses of mach types, and includes of Foundation. &nbsp;How would you like this porting to proceed? &nbsp;Hubertus has already done some initial poking at it, but getting direction on the intended outcome would be very helpful.</font></tt></p></ul></ul><br class=""><font size="4" class="">We do have an internal test-suite that we can’t share because it rely on internal Apple infrastructure. I haven’t closed the loop with Daniel completely on this but our position I think is that these should be made portable even if that means dropping anything mach related stuff by hiding it behind a #if __APPLE__ or similar.</font><br class=""><br class=""><font size="4" class="">-Pierre</font><br class=""><br class=""><br class=""><br class="">

<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=ST9LHNQ2kYRKURQJ7G-2FmGJ7cPtWGB-2BbbnqmgrSbiwvg5gWxzIUw-2Fc-2FdloV-2ByCP9uThLjKfLxjhHHGpw2hNsCLd5nk-2BBGMGxshTRr8Nv-2BNfeZwumvS7IIZAdJ3H4UrDEPXV7Xjt577ZwEJ-2F8jEwEkQFZVWVwOSsXKUIG9fKXsvi7vzNzGXYsz9vVwm0nYqV1sfJXQzE9rktIQZ5RHJomOI93vkTFb5WKv5FbB6Xfz2KI-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" class="">
</div>

_______________________________________________<br class="">swift-corelibs-dev mailing list<br class=""><a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-corelibs-dev" class="">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev</a><br class=""></div></blockquote></div><br class=""></div></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=ST9LHNQ2kYRKURQJ7G-2FmGJ7cPtWGB-2BbbnqmgrSbiwvhWXejvQz3AjswIVll6QJTJuUH5-2Be15BptN31yy9AruYjdCu4Xi-2FBj6R-2FX1dage-2BjRilzCJXXMhDRiyMJq48xu2WJdooBbTpkt8yZKJkg59t8U2I4ltzZPryhchERw7jjRw8vPeSO-2BjCtahysO0jz3w7ngj38OVDi-2BuGg3IlRuzV9hgYFXEf-2FAXzGrEecNxFWs-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" class="">
</div>
_______________________________________________<br class="">swift-corelibs-dev mailing list<br class=""><a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev<br class=""></div></blockquote></div><br class=""></body></html>