Re: [swift-corelibs-dev] Building swift with xctest and foundation fails

2017-03-29 Thread Mohit Athwani via swift-corelibs-dev
Hi Philippe, That doesn't solve the issue either! Cheers! Mohit On Wed, Mar 29, 2017 at 7:21 PM, Philippe Hausler wrote: > You need to also pass --libdispatch but I am not quite sure that will > fully fix the problem at hand. > > Sent from my iPhone > > On Mar 29, 2017, at 6:29 PM, Mohit Athw

Re: [swift-corelibs-dev] Building swift with xctest and foundation fails

2017-03-29 Thread Philippe Hausler via swift-corelibs-dev
You need to also pass --libdispatch but I am not quite sure that will fully fix the problem at hand. Sent from my iPhone > On Mar 29, 2017, at 6:29 PM, Mohit Athwani via swift-corelibs-dev > wrote: > > I'm trying to get back to work starting from scratch on Swift Foundation on > my Ubuntu 16

[swift-corelibs-dev] Building swift with xctest and foundation fails

2017-03-29 Thread Mohit Athwani via swift-corelibs-dev
I'm trying to get back to work starting from scratch on Swift Foundation on my Ubuntu 16.04 LTS system. I cloned the main swift repo and all of it's dependencies via ssh ./swift/utils/update-checkout --clone-with-ssh and after running (taken from instructions from the Foundation site): swift/ut

Re: [swift-corelibs-dev] CharacterSet Issues

2017-03-29 Thread Tony Parker via swift-corelibs-dev
Hi David, Philippe recently put up a PR for these changes again to the overlay and its tests, but I think we’re stuck on some issue where the iPhone sim test is failing and we’re not sure why (https://github.com/apple/swift/pull/8283 ). On the darwin s

[swift-corelibs-dev] CharacterSet Issues

2017-03-29 Thread David Dunn via swift-corelibs-dev
Hey, I noticed there's a lot of bugs within CharacterSet at the moment some of which I've started to look at. In particular I've been looking at SR-3485 (CharacterSet.isSuperset(of:) returns wrong result on Linux), alongside this I've noticed there's various others such as SR-3282, SR-3825 and SR-