Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #3699

2016-03-25 Thread Philippe Hausler via swift-dev
I pushed fixes for this. The define guards were not fully guarding all libdispatch access, but now should be. Sent from my iPhone > On Mar 25, 2016, at 1:26 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#3699] > > Build URL: > https://ci.swift.org

[swift-dev] The Swift Programming Language (Japanese translation, GitHub project)

2016-03-25 Thread Martha JP via swift-dev
Hi, I'm JPMartha. Can I start a new translation project in Japanese? I know of a quality translation into Japanese at Hatena Co., Ltd. https://github.com/hatena/Hatena-Textbook/blob/master/swift-programming-language.md But it seems not to be as translation project. So, I'd like to lead Japanese

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-25 Thread Труб Илья via swift-dev
It seems to me, the last phenomena is explained by swift compiler bug. Let us look into clang/lib/Lex/ModuleMap.cpp source file, method parseHeaderDecl. We can find, for example, following lines: if (llvm::sys::path::is_absolute(Header.FileName)) { RelativePathName = Header.FileName; File

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-25 Thread Труб Илья via swift-dev
Yes, Dmitry. I found corresponding module.map for arm and placed it into glibs subdirectory of my swiftc's include path. It was found. But, it seems to me, sysroot argument is not applied to paths, written in that module.map or I do not how to correct do that. I add to swift command-line followi