[swift-dev] 107 lines of "dead" code in ConstraintSystem::performMemberLookup?

2017-08-08 Thread David Zarzycki via swift-dev
In ConstraintSystem::performMemberLookup(), constructors with “simple” names have a dedicated lookup path. In contrast, constructors with compound names are handled by the normal lookup. If I delete this code and let the normal lookup path handle both simple and compound named constructors, I

Re: [swift-dev] Correspondence between swift-clang and Apple's Clang end user releases

2017-08-08 Thread Bob Wilson via swift-dev
> On Aug 7, 2017, at 1:55 PM, John McCall via swift-dev > wrote: > > >> On Aug 7, 2017, at 3:47 PM, Oleksii Vilchanskyi via swift-dev >> wrote: >> Hello, >> >> I would like to know when a feature >>

Re: [swift-dev] Swift 3.1 build error on MacOS Sierra v10.12.6

2017-08-08 Thread Raj Barik via swift-dev
​Hi, I am trying to build swift-3.1-branch from github (https://github.com/apple/ swift) on my new Macbook Pro with OS Sierra v10.12.6. I get the following error during doc generation using the command "sudo ./swift/utils/build-toolchain local-swift": """ [4193/4193] cd .../swift/docs &&

[swift-dev] Swift 3.1 build error on MacOS Sierra v10.12.6

2017-08-08 Thread Raj Barik via swift-dev
Hi, I am trying to build swift-3.1-branch from github ( https://github.com/apple/swift) on my new Macbook pro with Sierra v10.12.6. I get the following error during doc generation which I use the command sudo ./swift/utils/build-toolchain local-swift: """ [4193/4193] cd .../swift/docs &&