Re: [swift-dev] smoke test not very smoky?

2016-10-18 Thread mishal_shah via swift-dev
> On Oct 18, 2016, at 8:29 PM, Michael Gottesman wrote: > > >> On Oct 18, 2016, at 6:40 PM, Dave Abrahams via swift-dev >> wrote: >> >> >> I thought the smoke test was supposed to be a fairly quick test >> that just covered the basics, but it seems to be doing plenty of *really >> long* tes

Re: [swift-dev] smoke test not very smoky?

2016-10-18 Thread Michael Gottesman via swift-dev
> On Oct 18, 2016, at 6:40 PM, Dave Abrahams via swift-dev > wrote: > > > I thought the smoke test was supposed to be a fairly quick test > that just covered the basics, but it seems to be doing plenty of *really > long* tests, for example: > https://ci.swift.org/job/swift-PR-Linux-smoke-test/

[swift-dev] smoke test not very smoky?

2016-10-18 Thread Dave Abrahams via swift-dev
I thought the smoke test was supposed to be a fairly quick test that just covered the basics, but it seems to be doing plenty of *really long* tests, for example: https://ci.swift.org/job/swift-PR-Linux-smoke-test/1916/console which has already been running for over 30 minutes. Am I missing somet

Re: [swift-dev] [Swift CI] Maintenance on Oct 18th

2016-10-18 Thread mishal_shah via swift-dev
Maintenance completed. Thanks, Mishal Shah > On Oct 18, 2016, at 5:35 PM, mishal_shah via swift-dev > wrote: > > Swift CI (ci.swift.org) will be down for maintenance on Oct 18th at 6pm > (PST), please don’t trigger pull request testing. > > Thanks, > Mishal Shah > _

[swift-dev] [Swift CI] Maintenance on Oct 18th

2016-10-18 Thread mishal_shah via swift-dev
Swift CI (ci.swift.org) will be down for maintenance on Oct 18th at 6pm (PST), please don’t trigger pull request testing. Thanks, Mishal Shah ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] copy-on-write proposal

2016-10-18 Thread Erik Eckstein via swift-dev
> On Oct 17, 2016, at 10:21 AM, Dave Abrahams wrote: > > > on Mon Oct 17 2016, Erik Eckstein wrote: > >> On Oct 16, 2016, at 2:05 PM, Dave Abrahams via swift-dev >> wrote: >> >>> on Thu Oct 13 2016, Joe Groff >> > wrote: >>> > On Oct 11, 2016, at 4:48 P

Re: [swift-dev] Ubuntu 16.10 Bots on ci.swift.org

2016-10-18 Thread mishal_shah via swift-dev
Trunk Development (master) Ubuntu 16.10 snapshot now available on https://swift.org/download/#snapshots. Thanks, Mishal Shah > On Oct 14, 2016, at 5:21 PM, mishal_shah wrote: > > Ubuntu 16.10 support added to ci.swift.org ! > > Ubuntu 16.10 toolchains will be available

Re: [swift-dev] Swiftc and -parse-sil?

2016-10-18 Thread Mark Lacey via swift-dev
> On Oct 18, 2016, at 3:43 AM, Alex Blewitt via swift-dev > wrote: > > The swift compiler has an option '-parse-sil' which could previously be used > to parse SIL code. However, it looks like the swift compiler is assuming it's > still Swift code: I just opened a PR with a very minimal fix:

Re: [swift-dev] Swiftc and -parse-sil?

2016-10-18 Thread Alex Blewitt via swift-dev
> On 18 Oct 2016, at 14:58, Mark Lacey wrote: > > >> On Oct 18, 2016, at 3:43 AM, Alex Blewitt via swift-dev > > wrote: >> >> The swift compiler has an option '-parse-sil' which could previously be used >> to parse SIL code. However, it looks like the swift compile

[swift-dev] Swiftc and -parse-sil?

2016-10-18 Thread Alex Blewitt via swift-dev
The swift compiler has an option '-parse-sil' which could previously be used to parse SIL code. However, it looks like the swift compiler is assuming it's still Swift code: $ echo "sil_stage canonical" | xcrun swiftc -parse-sil - :1:10: error: consecutive statements on a line must be separated