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

2016-04-13 Thread David Farler via swift-dev
Accidental CMake change - fixed. David > On Apr 13, 2016, at 3:34 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3369] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/3369/ > > Pro

Re: [swift-dev] SIL Inspector

2016-04-13 Thread Alex Blewitt via swift-dev
The presentation I gave at QCon London 2016 where I talked about SIL Inspector has now been published on InfoQ: http://www.infoq.com/presentations/swift-open-source Alex > On 4 Dec 2015, at 13:27, Alex Blewitt wrote: > > I wrote a small utility SILInspector [1] (which wraps around the output

Re: [swift-dev] Swift incremental compile profiling

2016-04-13 Thread Samantha John via swift-dev
Hi Jordan, The thing that sticks out in the dependency analysis is the treatment of external dependencies. The entire module has the same list of external dependencies which causes a lot of needless recompiles- especially if you start with a large swift project and slowly start to move things into

Re: [swift-dev] [Swift CI] Failure: Swift Package - OS X (master)

2016-04-13 Thread Krish Munot via swift-dev
Hey Mishal, What happened? Does this need any immediate attention? I would love to get a solution for this. Thanks, Krish On Tue, Apr 12, 2016 at 2:14 AM, Mishal Shah wrote: > Bot: https://ci.swift.org/view/Packages/job/oss-swift-package-osx/ > > Failing Tests (1): (Link >

[swift-dev] Help Needed: SR-1023 - Driver Design Question

2016-04-13 Thread Ryan Lovelett via swift-dev
I've hit a road block in my resolution of SR-1023 [1]. I have a "working" patch in so far as I can now apply my patches to master and resume compiling. I think my patch for the CMake changes is largely acceptable (based on feedback of the associated PR [2]). However, my patch for the driver has n