Re: [swift-dev] SIL to IR lowering

2016-09-13 Thread Slava Pestov via swift-dev
> On Sep 9, 2016, at 9:27 AM, Douglas Gregor via swift-dev > wrote: > > >> On Sep 8, 2016, at 1:17 PM, Rebecca Chen via swift-dev >> wrote: >> >> I was wondering where the SIL to IR lowering code is in the Swift source >> code. > > That’s the responsibility of IRGen: > > https://g

Re: [swift-dev] Xcode 8 GM: Compiler segfaults on ExpressibleByArrayLiteral

2016-09-13 Thread Slava Pestov via swift-dev
This bug was fixed in the following commit: https://github.com/apple/swift/commit/75bd88968bcb0e77bc0a9d6d6191c5ab362d2736 The JIRA bug is https://bugs.swift.org/browse/SR-488>. Slava > On Sep 8, 2016, at 11:42 AM, Ole Begemann via swift-dev > wrote: > >> FWIW, it’s actually fixed in master

[swift-dev] Linux: Build process not finding my ICU

2016-09-13 Thread Eric Wing via swift-dev
I'm trying to build Swift 3 on a Linux system that doesn't come with a usable libICU. I've built ICU myself and placed it in a non-root directory (along with a lot of other dependencies not available on my system that Swift needs). I've had to reimplement my patch because it looks like a rebase wa

[swift-dev] Swift 3.0 released!

2016-09-13 Thread Ted kremenek via swift-dev
Hi everyone, Swift 3.0 has been officially released: https://swift.org/blog/swift-3-0-released/ This moment marks an incredible achievement for the Swift open source community. The release is the culmination of an incredible amount of discussion and implementation work to bring it all tog

Re: [swift-dev] [swift-users] Swift 3.0 released!

2016-09-13 Thread Jacob Bandes-Storch via swift-dev
Congratulations!! On Tue, Sep 13, 2016 at 5:23 PM Ted kremenek via swift-users < swift-us...@swift.org> wrote: > Hi everyone, > > Swift 3.0 has been officially released: > > https://swift.org/blog/swift-3-0-released/ > > This moment marks an incredible achievement for the Swift open source >