[swift-dev] sharing tips and tricks and scripts

2017-10-17 Thread Erik Eckstein via swift-dev
I recently had some discussions about how to share those little tips and tricks which everyone has to make building, debugging, etc. the swift compiler easier. And actually we already have a central place for this: it’s the docs folder in the swift repo. Especially the DebuggingTheCompiler.rst

[swift-dev] RxSwiftCommunity: Question about structs

2017-10-17 Thread Thibault Wittemberg via swift-dev
Hi everyone, I am a member of the RxSwiftCommunity, and I am facing an issue on a PR that I've made (https://github.com/RxSwiftCommunity/NSObject-Rx/pull/49). The big picture is: I have a protocol that declares a computed var (get set) with a default implementation that uses the

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #509

2017-10-17 Thread Nate Cook via swift-dev
I have a fix for this here: https://github.com/apple/swift-corelibs-foundation/pull/1274 > On Oct 17, 2017, at 4:02 PM, Pavel Yaskevich wrote: > > This one failed one of the Foundation tests - > TestFoundation/TestNSNumberBridging.swift > >> On Oct 17, 2017, at 1:41 PM,

Re: [swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #518

2017-10-17 Thread Mishal Shah via swift-dev
Failing Tests (3): Swift(iphonesimulator-i386) :: stdlib/FloatingPointConversion.swift.gyb Swift(iphonesimulator-i386) :: stdlib/ValidationNSNumberBridging.swift Swift(iphonesimulator-i386) :: stdlib/TestNSNumberBridging.swift Thanks, Mishal Shah > On Oct 17, 2017, at 5:00 PM,

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #518

2017-10-17 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#518] Build URL:https://ci.swift.org/job/oss-swift-package-osx/518/ Project:oss-swift-package-osx Date of build:Tue, 17 Oct 2017 17:27:10 -0500 Build duration:1 hr 34 min Identified problems:Regression test

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

2017-10-17 Thread Michael Gottesman via swift-dev
Is this still an issue? This Foundation test failure is blocking PR testing! This needs to be fixed ASAP or XFAILED. Can you guys fix this now please. Michael > On Oct 17, 2017, at 2:24 PM, Ankit Aggarwal via swift-dev > wrote: > > Test Case

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

2017-10-17 Thread Michael Gottesman via swift-corelibs-dev
Is this still an issue? This Foundation test failure is blocking PR testing! This needs to be fixed ASAP or XFAILED. Can you guys fix this now please. Michael > On Oct 17, 2017, at 2:24 PM, Ankit Aggarwal via swift-dev > wrote: > > Test Case

[swift-dev] Swift 4.1 release process

2017-10-17 Thread Ted Kremenek via swift-dev
Hi everyone, I just posted the branch management details for Swift 4.1: https://swift.org/blog/swift-4-1-release-process/ This is a release freshly branched from master. The details are in the blog post, but the key point is that we will

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

2017-10-17 Thread Ankit Aggarwal via swift-dev
Test Case 'TestNSNumberBridging.testNSNumberBridgeFromFloat' started at 2017-10-17 21:14:51.197 <>TestFoundation/TestNSNumberBridging.swift:72: error: TestNSNumberBridging.testNSNumberBridgeFromFloat : failed - TestFoundation/TestNSNumberBridging.swift:497 nil != Optional(nan) Double

[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #517

2017-10-17 Thread no-reply--- via swift-dev
Title: Report [FAILURE] oss-swift-package-osx [#517] Build URL:https://ci.swift.org/job/oss-swift-package-osx/517/ Project:oss-swift-package-osx Date of build:Tue, 17 Oct 2017 14:48:00 -0500 Build duration:1 hr 36 min Identified problems:Regression test failed: This

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #509

2017-10-17 Thread Pavel Yaskevich via swift-dev
This one failed one of the Foundation tests - TestFoundation/TestNSNumberBridging.swift > On Oct 17, 2017, at 1:41 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#509] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/509/ >

Re: [swift-dev] CVaListPointer

2017-10-17 Thread Jordan Rose via swift-dev
[+swift-dev] We're fine with the type not being 'void *' exactly, but we have been checking that it's pointer-sized (see ImportDecl.cpp's getSwiftStdlibType). I think you can probably get away with just dropping that specifically on non-Darwin AArch64 as long as you provide a custom

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
Thank you, Mishal! > On Oct 17, 2017, at 12:01 PM, Mishal Shah wrote: > > Workspace cleaned, next build will be clean build. > > Thanks, > Mishal Shah > >> On Oct 17, 2017, at 11:56 AM, Pavel Yaskevich > > wrote: >>

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

2017-10-17 Thread Mishal Shah via swift-dev
Workspace cleaned, next build will be clean build. Thanks, Mishal Shah > On Oct 17, 2017, at 11:56 AM, Pavel Yaskevich wrote: > > This needs a clean build too... > >> On Oct 17, 2017, at 11:55 AM, no-re...@swift.org >> wrote: >> >>

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This needs a clean build too... > On Oct 17, 2017, at 11:55 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1078] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/1078/ >

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

2017-10-17 Thread Pavel Yaskevich via swift-dev
This is my changes - they require a clean build (because I changed TypeRef but didn’t change anything in swift-reflection-dump itself), is there any way to do that? > On Oct 17, 2017, at 11:51 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1113] > >