> 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
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
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
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
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
>