Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3030

2016-03-28 Thread Jordan Rose via swift-dev
I think Doug just changed things in this area, so it's entirely possible. > On Mar 28, 2016, at 17:49, Michael Ilseman via swift-dev > wrote: > > I reverted to unblock the build. But, I have no idea why this would fail the > way it is. The error message "error:

Re: [swift-dev] The build system is ignoring swift-install-components when cross compiling

2016-03-28 Thread Andrew Hyatt via swift-dev
It is worth noting that I am cross compiling on Mac OS X 10.11.3 x86_64, and compiling for an armv7s Darwin 15.0.0 platform. Andrew Hyatt ahyatt...@icloud.com > On Mar 26, 2016, at 10:44 AM, Andrew Hyatt via swift-dev > wrote: > > swift-dev, > > The build system is

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3030

2016-03-28 Thread Michael Ilseman via swift-dev
I reverted to unblock the build. But, I have no idea why this would fail the way it is. The error message "error: 'swift_name' attribute cannot be applied to this declaration” is from Clang and shouldn’t be reachable for structs/functions, which is what I have here. Is it possible that Clang is

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3030

2016-03-28 Thread Michael Ilseman via swift-dev
I’m looking into this > On Mar 28, 2016, at 5:39 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3030] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/3030/ > > Project:

Re: [swift-corelibs-dev] NSOperationQueue and friends

2016-03-28 Thread Philippe Hausler via swift-corelibs-dev
the swift-corelibs-foundation compiled for Darwin does not define that yet either. Are you seeing issues with it when defined? > On Mar 28, 2016, at 2:51 PM, Daniel Eggert wrote: > > Ok. > > That test case fail on OS X, though. Should I open a bug? > > /Daniel > > >>

Re: [swift-corelibs-dev] NSOperationQueue and friends

2016-03-28 Thread Daniel Eggert via swift-corelibs-dev
Ok. That test case fail on OS X, though. Should I open a bug? /Daniel > On Mar 28, 2016, at 22:17, Philippe Hausler wrote: > > DEPLOYMENT_ENABLE_LIBDISPATCH should not be enabled unless you specifically > enable it (this is until we get libdispatch fully integrated into

Re: [swift-dev] Swift kernel hacking, compiler options and target triples

2016-03-28 Thread John McCall via swift-dev
> On Mar 28, 2016, at 11:16 AM, Simon Evans via swift-dev > wrote: > Hi > > I’ve been experimenting with kernel programming in Swift and this required > disabling the use of the red zone. Currently Im compiling to ELF on Linux and > linking in my own minimal libc/libcpp

Re: [swift-corelibs-dev] NSOperationQueue and friends

2016-03-28 Thread Philippe Hausler via swift-corelibs-dev
DEPLOYMENT_ENABLE_LIBDISPATCH should not be enabled unless you specifically enable it (this is until we get libdispatch fully integrated into the build system) > On Mar 28, 2016, at 1:14 PM, Daniel Eggert wrote: > > This is on OS X will everything pulled from master

Re: [swift-corelibs-dev] NSOperationQueue and friends

2016-03-28 Thread Daniel Eggert via swift-corelibs-dev
This is on OS X will everything pulled from master yesterday. I'm using Xcode, and I built a toolchain from source. Same happens with the 2016-03-24 toolchain from swift.org. For some reason DEPLOYMENT_ENABLE_LIBDISPATCH isn't set, but I guess it should be? /Daniel > On 26 Mar 2016, at

Re: [swift-dev] SR-34

2016-03-28 Thread Shawn Erickson via swift-dev
Note I have some changes inflight to better isolate use of aspects of pthreads in the runtime behind a mutex, etc. abstraction (about to open another pull request). I was thinking about looking into Windows native implementations. -Shawn On Mon, Mar 28, 2016 at 11:18 AM Xuejun Yang via

[swift-dev] SR-34

2016-03-28 Thread Xuejun Yang via swift-dev
Hi all, I wonder if anybody is working on SR-34: porting Swift to Windows, and if so, whether we could join the efforts. On my side, I have ported most of the Swift code to Windows so that I am able to create Visual Studio projects with cmake and build/debug swiftc inside VS. The major missing

[swift-dev] Swift kernel hacking, compiler options and target triples

2016-03-28 Thread Simon Evans via swift-dev
Hi I’ve been experimenting with kernel programming in Swift and this required disabling the use of the red zone. Currently Im compiling to ELF on Linux and linking in my own minimal libc/libcpp with libswiftCore.a so its not using any Linux libraries. I did a PR for adding a '-disable-red-zone'

[swift-dev] TWISt-shout Newsletter 2016-03-28

2016-03-28 Thread Kenny Leung via swift-dev
Here is your TWISt-shout newsletter for the week of 2016-03-21 to 2016-03-27 https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-03-28.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org