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

2017-08-08 Thread Slava Pestov via swift-dev
I see you’re two steps ahead of me already: https://github.com/apple/swift/pull/11397 This looks good, nice catch! Slava > On Aug 8, 2017, at 8:45 PM, Slava Pestov wrote: > > >> On Aug 8, 2017, at 3:34 PM, David Zarzycki via swift-dev >> wrote:

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

2017-08-08 Thread Slava Pestov via swift-dev
> On Aug 8, 2017, at 3:34 PM, David Zarzycki via swift-dev > wrote: > > 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

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

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 >> (https://github.com/apple/swift-clang/commit/14bfc9e99e6e6903b09480a22c153032be77ae4e) >> wa

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 && /usr/loc

[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 && /usr/loc