Re: [swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Brad Erickson via swift-dev
This is it Nadav: https://github.com/apple/swift/pull/296 -Brad Erickson On Mon, Dec 7, 2015 at 1:20 PM, Nadav Rotem wrote: > After reverting "Fixes [SR-78] swift compiler seg fault”” the only failing > test is: > > ./test/decl/protocol/req/recursion.swift > > Jacob, can you send a link to your

Re: [swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Jacob Bandes-Storch via swift-dev
It's https://github.com/apple/swift/pull/296 Jacob Bandes-Storch On Mon, Dec 7, 2015 at 1:20 PM, Nadav Rotem wrote: > After reverting "Fixes [SR-78] swift compiler seg fault”” the only failing > test is: > > ./test/decl/protocol/req/recursion.swift > > Jacob, can you send a link to your pull re

Re: [swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Jacob Bandes-Storch via swift-dev
I submitted a PR last night to fix the crasher and recursion.swift. On Mon, Dec 7, 2015 at 12:52 PM Dmitri Gribenko via swift-dev < swift-dev@swift.org> wrote: > On Mon, Dec 7, 2015 at 12:49 PM, Brad Erickson via swift-dev < > swift-dev@swift.org> wrote: > >> I'm hoping to get an ETA or learn the

Re: [swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Dmitri Gribenko via swift-dev
On Mon, Dec 7, 2015 at 12:49 PM, Brad Erickson via swift-dev < swift-dev@swift.org> wrote: > I'm hoping to get an ETA or learn the plan for enabling Continuous > integration on swift.org projects. It's listed as coming soon on the > website. Unit tests and builds are being broken by current untest

[swift-dev] Continuous Integration on Swift.org projects

2015-12-07 Thread Brad Erickson via swift-dev
I'm hoping to get an ETA or learn the plan for enabling Continuous integration on swift.org projects. It's listed as coming soon on the website. Unit tests and builds are being broken by current untested merges. I submitted a "testing the waters" travis-ci enabling PR on swift-package-manager, but