Re: [swift-dev] CoreFoundation for Windows

2016-05-20 Thread Sangjin Han via swift-dev
Thanks for good information. It looks like that making Swift Foundation for Windows would be easier than my first thought. Before reading the sources, I imagined the full source porting from the ground up. -Han Sangjin 2016-05-20 6:29 GMT+09:00 Tony Parker via swift-dev : > Yes, CoreFoundation i

[swift-dev] build-script -x freezing?

2016-05-20 Thread Geoffrey Wiseman via swift-dev
Hey, Let me start by saying I just checked out the Swift repos yesterday, and although i’ve looked at a little code and done some of the basic setup steps, this is pretty new to me, and I could easily be doing something wrong. Having said that, I wanted to set up Xcode so I could make a change,

Re: [swift-dev] CoreFoundation for Windows

2016-05-20 Thread Tony Parker via swift-dev
Sounds like a great project. Keep us up to date with how it goes, and feel free to ask here if you have any questions. - Tony > On May 20, 2016, at 1:28 AM, Sangjin Han wrote: > > Thanks for good information. It looks like that making Swift Foundation for > Windows would be easier than my fi

Re: [swift-dev] [RFC] UnsafeBytePointer API for In-Memory Layout

2016-05-20 Thread Chris Lattner via swift-dev
On May 12, 2016, at 4:03 PM, John McCall via swift-dev wrote: >>> On May 12, 2016, at 3:21 PM, Joe Groff wrote: On May 12, 2016, at 11:21 AM, John McCall wrote: > On May 12, 2016, at 10:45 AM, Jordan Rose via swift-dev > wrote: > On May 12, 2016, at 10:44, Joe Groff w

Re: [swift-dev] [RFC] UnsafeBytePointer API for In-Memory Layout

2016-05-20 Thread John McCall via swift-dev
> On May 20, 2016, at 7:56 AM, Chris Lattner wrote: > On May 12, 2016, at 4:03 PM, John McCall via swift-dev > wrote: > On May 12, 2016, at 3:21 PM, Joe Groff wrote: > On May 12, 2016, at 11:21 AM, John McCall wrote: > >> On May 12, 2016, at 10:45 AM, Jordan Rose via swift-d

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (master) #197

2016-05-20 Thread Daniel Dunbar via swift-dev
Foundation/NSGeometry.swift:39:25: error: value of type 'NativeType' (aka 'Double') has no member '_toBitPattern' return Int(self.native._toBitPattern()) ~^~ ~ Foundation/NSGeometry.swift:790:13: warning: result of call to 'scanUpToCharactersFromSet'

Re: [swift-dev] build-script -x freezing?

2016-05-20 Thread Will Stanton via swift-dev
Hi Geoffrey, Wanted to share I encountered this issue on 5/11. (Ninja build was+is fine.) Maybe the first 8 gyb scripts to run (I’m on a 2012 Mac Mini) are not recognized as having finished… As you suggest, CPU of xcodebuild, cmake, and python processes were all 0. Regards, Will Stanton > On M

Re: [swift-dev] build-script -x freezing?

2016-05-20 Thread Austin Zheng via swift-dev
I ran build-script -x a few days ago. It didn't freeze, but it did take several hours to complete (on a late-model 13" MBP). Austin On Fri, May 20, 2016 at 2:28 PM, Will Stanton via swift-dev < swift-dev@swift.org> wrote: > Hi Geoffrey, > > Wanted to share I encountered this issue on 5/11. > (Ni

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #4841

2016-05-20 Thread Daniel Dunbar via swift-dev
The failure cascade is in full effect: lit.py: lit.cfg:881: note: Using platform module dir: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/Ninja-ReleaseAssert/swift-linux-x86_64/lib/swift/%target-sdk-name/x86_64 -- Testing: 8207 tests, 48 threads -- Testing: 0 FAI

Re: [swift-dev] build-script -x freezing?

2016-05-20 Thread Jordan Rose via swift-dev
Hypotheses: - There are several executables that get linked around the same time (swiftc, swift-ide-test, sil-opt, etc), which leads to swapping. - Building the standard library with a debug compiler is really slow. - There’s actually a bug here somewhere, possibly due to a newer version of CMake