Re: [swift-dev] Strange DispatchTime bug

2017-08-26 Thread Guillaume Lessard via swift-dev
Hi David, > On Aug 26, 2017, at 15:36, David Zarzycki wrote: > > Without going into details, it looks like the Swift wrappers for > dispatch_time_t are very, very broken. In short, dispatch_time_t (in the C > world) is intentionally documented as an opaque type, but the Swift wrappers > assum

[swift-dev] Strange DispatchTime bug

2017-08-26 Thread Guillaume Lessard via swift-dev
On Linux (Ubuntu 16.04) and swift distributions from 3.0.2 to the latest 4.0 snapshot, I’m seeing incorrect behaviour involving DispatchTime.distantFuture: (also: https://bugs.swift.org/browse/SR-5706) *** import Dispatch let now = DispatchTime.now() let future = DispatchTime.distantFuture asser

Re: [swift-dev] Change of requirements to build swift?

2017-02-01 Thread Guillaume Lessard via swift-dev
> On 1 févr. 2017, at 15:51, Slava Pestov wrote: > > I think it should still build with 10.11, however you need Xcode 8.3 beta 1 > now. That’s probably it. I hadn’t thought of the Xcode beta! Thanks, Guillaume Lessard ___ swift-dev mailing list swi

[swift-dev] Change of requirements to build swift?

2017-02-01 Thread Guillaume Lessard via swift-dev
Hello, Is master supposed to have dropped support for building on 10.11.x? The previous snapshot I’d built was January 24th, and it was still fine. Thanks, Guillaume Lessard ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman