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

2016-11-07 Thread Ankit Aggarwal via swift-dev
POSIX.popen() sometimes breaks the build > On 08-Nov-2016, at 1:11 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#423] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/423/ >

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

2016-11-07 Thread Argyrios Kyrtzidis via swift-dev
Looking into. > On Nov 7, 2016, at 9:05 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#7096] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/7096/ > > Project:

Re: [swift-dev] Associated type inference fun with RandomAccessCollection

2016-11-07 Thread Robert Widmann via swift-dev
Voting for 1. This is an ambiguity in stdlib through and through IMO. ~Robert Widmann 2016/11/07 22:07、Mark Lacey via swift-dev のメッセージ: > >> On Nov 7, 2016, at 6:16 PM, Douglas Gregor via swift-dev >> wrote: >> >> Hi all, >> >> While working on

[swift-dev] Glibc.swift: error: no such module 'SwiftGlibc'

2016-11-07 Thread Eric Wing via swift-dev
I am trying to build Swift for Android and I'm getting the error: Glibc.swift:13:19: error: no such module 'SwiftGlibc' I found several other posts asking about this problem for Linux, but no solid resolution. https://lists.swift.org/pipermail/swift-dev/Week-of-Mon-20160418/001741.html

Re: [swift-dev] Associated type inference fun with RandomAccessCollection

2016-11-07 Thread Mark Lacey via swift-dev
> On Nov 7, 2016, at 6:16 PM, Douglas Gregor via swift-dev > wrote: > > Hi all, > > While working on the type checker, I came across an interesting case for > associated type inference with the ‘Indices’ type of RandomAccessCollection. > At issue is a simple model of

[swift-dev] Associated type inference fun with RandomAccessCollection

2016-11-07 Thread Douglas Gregor via swift-dev
Hi all, While working on the type checker, I came across an interesting case for associated type inference with the ‘Indices’ type of RandomAccessCollection. At issue is a simple model of RandomAccessCollection where the Index type is Int: class ReferenceCollection : RandomAccessCollection {

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

2016-11-07 Thread mishal_shah via swift-dev
https://bugs.swift.org/browse/SR-3122 Test Case '-[FunctionalTests.MiscellaneousTestCase testSwiftTestParallelAndReturnError:]' started. <>/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:377: error:

Re: [swift-dev] [Swift CI] [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#5]

2016-11-07 Thread Mark Lacey via swift-dev
> On Nov 7, 2016, at 5:00 PM, mishal_shah via swift-dev > wrote: > > SIL verification failed: function_ref inside fragile function cannot > reference a private or hidden symbol: (SingleFunction && > RefF->isExternalDeclaration()) || RefF->hasValidLinkageForFragileRef() >

[swift-dev] [Swift CI] [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#5]

2016-11-07 Thread mishal_shah via swift-dev
SIL verification failed: function_ref inside fragile function cannot reference a private or hidden symbol: (SingleFunction && RefF->isExternalDeclaration()) || RefF->hasValidLinkageForFragileRef() Thanks, Mishal Shah [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#5] Build

Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2016-11-07 Thread Kenny Leung via swift-corelibs-dev
I’m for locating it in the same place on all platforms. In general, I’m tired of digging around in different places for stuff depending on which flavor I’m using. -Kenny > On Nov 7, 2016, at 2:45 PM, Tony Parker via swift-corelibs-dev > wrote: > > Hi Pushkar,

Re: [swift-dev] Recent automerges break clang build

2016-11-07 Thread Argyrios Kyrtzidis via swift-dev
Sorry about that, will fix promptly. > On Nov 7, 2016, at 3:42 PM, Dave Abrahams via swift-dev > wrote: > > > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/416/consoleFull#-1996075066ee1a197b-acac-4b17-83cf-a53b95139a76 > shows a build failure I'm

[swift-dev] Recent automerges break clang build

2016-11-07 Thread Dave Abrahams via swift-dev
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/416/consoleFull#-1996075066ee1a197b-acac-4b17-83cf-a53b95139a76 shows a build failure I'm reproducing locally. Rolling back to 4caa7532f923e759093df9227df20a36a002d28d (before recent indexing-related changes) fixes it for me.

Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2016-11-07 Thread Tony Parker via swift-corelibs-dev
Hi Pushkar, Good question. If this were Darwin I guess I would say ~/Library/Application Support — but I don’t know what the best practices are on other platforms. Does anyone out there have some suggestions? - Tony > On Nov 7, 2016, at 11:09 AM, Pushkar N Kulkarni via swift-corelibs-dev >

[swift-dev] PVS-Studio static analysis results for the Swift project

2016-11-07 Thread Brian Gesiak via swift-dev
Hello all, The latest LLVM Weekly featured a blog post by some folks who make a static analyzer named PVS-Studio. They published a blog post of the errors they encountered in the LLVM project. Although the report contained many

Re: [swift-dev] Casting shadow protocols

2016-11-07 Thread Dave Abrahams via swift-dev
on Mon Nov 07 2016, Alexis wrote: > Does _unsafeReferenceCast at least verify that the types in question > could theoretically be cast into each other? That is, one is derived > from the other? Not IIRC > If so, that would probably be an acceptable improvement. (the best we > could ever hope

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - LLDB Incremental - OS X (swift 2.3) #191

2016-11-07 Thread mishal_shah via swift-dev
TIMEOUT: test_dsym (functionalities/thread/exit_during_step/TestExitDuringStep.py) === Test Result Summary === Test Methods: 1969 Reruns:0 Success:1444 Expected Failure:112 Failure: 0 Error: 0

Re: [swift-dev] Casting shadow protocols

2016-11-07 Thread Dave Abrahams via swift-dev
on Mon Nov 07 2016, Alexis wrote: >> On Nov 4, 2016, at 11:55 PM, Dave Abrahams via swift-dev >> wrote: >> >> >> on Fri Nov 04 2016, Slava Pestov > > wrote: >> >>> If the casts are always in one direction, can you make one protocol >>>

Re: [swift-dev] Casting shadow protocols

2016-11-07 Thread Alexis via swift-dev
> On Nov 4, 2016, at 11:55 PM, Dave Abrahams via swift-dev > wrote: > > > on Fri Nov 04 2016, Slava Pestov > wrote: > >> If the casts are always in one direction, can you make one protocol >> refine another? > > Yeah, I am shocked if

[swift-corelibs-dev] Implementing HTTPCookieStorage

2016-11-07 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi there, I have spent some time working on a basic implementation of HTTPCookieStorage. In the process, I came across two crucial questions related to cookie persistence:1. How do you persist the cookies?2. Where do you persist them?In my current implementation

[swift-dev] TWISt-shout Newsletter 2016-11-07

2016-11-07 Thread Kenny Leung via swift-dev
Here is your TWISt-shout Newsletter for the week of 2016-10-31 to 2016-11-06 https://github.com/pepperdog/TWISt-shout/blob/master/2016/TWISt-shout-2016-11-07.md Enjoy! -Kenny ___ swift-dev mailing list swift-dev@swift.org

[swift-dev] Removed Ubuntu 14.04 and 15.10 CI and pre-built package support

2016-11-07 Thread Todd Fiala via swift-dev
Hi all, Per our plan for handling Ubuntu releases, we have now shut down the Ubuntu 14.04 and Ubuntu 15.10 CI. At this point we are running CI and building pre-built packages for Ubuntu 16.04 x86_64 and Ubuntu 16.10 x86_64. See the following email for more details on our plan for handling

Re: [swift-corelibs-dev] [swift-server-dev] Server APIs: Networking kick-off meeting at 5pm UK, 1pm EST, 10am PST on Friday 4th

2016-11-07 Thread Tyler Cloutier via swift-corelibs-dev
I was unable to make this meeting. Is there a planned next meeting? I don’t see anything in the agenda document. Tyler > On Nov 3, 2016, at 1:27 PM, Chris Bailey via swift-server-dev > wrote: > > We now have a set schedule for the Networking sub-team kick-off