Re: [swift-users] Master branch not compiling

2017-02-21 Thread Alex Blewitt via swift-users
The LLDB master still fails to build and has been failing for the last 11 days on Linux: https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_04/ https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-16_10/

Re: [swift-users] Master branch not compiling

2017-02-20 Thread Mohit Athwani via swift-users
Just pulled and merged and same problem! Cheers! -- Mohit Athwani http://about.me/mohitathwani On Feb 20, 2017, 3:04 PM -0800, Greg Parker , wrote: > > > On Feb 20, 2017, at 12:56 PM, Mohit Athwani via swift-users > > mailto:swift-users@swift.org)> wrote: > > Hello, > > I fetched updates from u

Re: [swift-users] Master branch not compiling

2017-02-20 Thread Greg Parker via swift-users
> On Feb 20, 2017, at 12:56 PM, Mohit Athwani via swift-users > wrote: > > Hello, > I fetched updates from upstream into my forked and cloned repository and > tried to compile for linux_1604 and the compile fails with error: no matching > constructor for initialization of swift::TypeAliasDec

[swift-users] Master branch not compiling

2017-02-20 Thread Mohit Athwani via swift-users
Hello, I fetched updates from upstream into my forked and cloned repository and tried to compile for linux_1604 and the compile fails with error: no matching constructor for initialization of swift::TypeAliasDecl Wondering if anybody else is facing this issue. This is the master branch btw Cheer