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

2016-06-22 Thread Anders Bertelrud via swift-dev
Ok. We need to fix that, but for the moment, I've disabled it. I'll double-check the CI after it's gone through. Anders > On 2016-06-22, at 23.34, Daniel Dunbar wrote: > > >> On Jun 22, 2016, at 11:30 PM, Anders Bertelrud > > wrote: >> >> I'll disable it. What's t

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

2016-06-22 Thread Daniel Dunbar via swift-dev
> On Jun 22, 2016, at 11:30 PM, Anders Bertelrud wrote: > > I'll disable it. What's the condition to check to disable it? It looks like > the other performance tests are disabled permanently, is that appropriate? It is the only option we have, currently. - Daniel > > Anders > >> On 2016

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

2016-06-22 Thread Anders Bertelrud via swift-dev
I'll disable it. What's the condition to check to disable it? It looks like the other performance tests are disabled permanently, is that appropriate? Anders > On 2016-06-22, at 23.16, Daniel Dunbar wrote: > > +Anders, I don't think we want the perf tests enabled in this config. > > - Dani

[swift-dev] Swift 3 on Linux

2016-06-22 Thread Fabio Balancin via swift-dev
Hi there!!! I'm expect very new features in Swift 3! Congrats for the project! I have a complex question.. Will I can develop and compile in iOS devices with Swift 3 on linux SO? Thanks ___ swift-dev mailing list swift-dev@swift.org https://lists.s

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

2016-06-22 Thread Daniel Dunbar via swift-dev
+Anders, I don't think we want the perf tests enabled in this config. - Daniel > On Jun 22, 2016, at 7:52 PM, Jordan Rose via swift-dev > wrote: > > This isn’t me. SwiftPM folks, is this real? > > /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swiftpm/Tests/Bas

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

2016-06-22 Thread Jordan Rose via swift-dev
This isn’t me. SwiftPM folks, is this real? /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-15_10/swiftpm/Tests/Basic/PathPerfTests.swift:23: error: PathPerfTests.testJoinPerf_X10 : failed: The relative standard deviation of the measurements is 12.993% which is higher

Re: [swift-dev] VS Code language protocol

2016-06-22 Thread Argyrios Kyrtzidis via swift-dev
This is very interesting, I opened a JIRA feature to keep track, and I’ve put some thoughts on how we could go about supporting this. https://bugs.swift.org/browse/SR-1878 Any feedback is welcome! > On Jun 9, 2016, at 1:13 PM, Ryan Lovelett via swift-dev

Re: [swift-dev] build error: INSTALL cannot find readline.so

2016-06-22 Thread Todd Fiala via swift-dev
I think that bug has details in it, but specifically I think you need to delete just the lldb and maybe the llbuild (?) build directories. This should cut down the (painful) rebuild time. This looks to be some kind of known deficiency in the cmake/ninja generator handling. We found links to o

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

2016-06-22 Thread Philippe Hausler via swift-dev
The overlay changes here are for macOS/iOS only. This failure is the spurious failure associated with https://bugs.swift.org/browse/SR-1720 which I may have a fix for here shortly. > On Jun 22, 2016, at 1:34 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04

Re: [swift-dev] [swift-lldb-dev] Proposal for Swift and Ubuntu releases

2016-06-22 Thread Todd Fiala via swift-dev
> On Jun 22, 2016, at 12:49 PM, Brian Gesiak via swift-lldb-dev > wrote: > > Thanks for raising this discussion, Todd! > Hi Brian, You must be on my brain wave-length. Now that WWDC is behind us, I just raised the Ubuntu 16.04 migration process early this morning. Expect to hear more abo

Re: [swift-dev] [swift-lldb-dev] Proposal for Swift and Ubuntu releases

2016-06-22 Thread Brian Gesiak via swift-dev
Thanks for raising this discussion, Todd! Any input from the core team here? The Swift Android build doesn't currently work for Ubuntu 14; see https://bugs.swift.org/browse/SR-1321. I'd like to know whether I should prioritize fixing this, or whether I should focus on getting the build ready for U

[swift-dev] Extracting documentation from stdlib

2016-06-22 Thread George King via swift-dev
Hi list, After a bit of poking around I do not see how to extract/build the api docs from the stdlib source code. Is this functionality part of the open source release? I am asking because the new Xcode 8 documentation viewer is very frustrating; everything is broken up into separate pages whi

Re: [swift-dev] Problem in parsing SIL

2016-06-22 Thread Mikio Takeuchi via swift-dev
Thanks Slava, Joe, and Jordan. With -frontend flag, I was able to parse classdecl.sil. However, I still have a problem with another very simple Swift source code which declares a value initialized with an integer literal. I am wondering if it is possible to compile some non-trivial Swift code to

Re: [swift-dev] Swift merge commits no diff

2016-06-22 Thread Vassil Vassilev via swift-dev
Hi Slava, Thanks for explaining. Would this be something useful for others then me? It seems the technical issue is solvable by adding a switch to the git-notifier: "--allchanges Lists branches for which /all/ changes made to them should be mailed out as straight diffs to their previ