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

2016-12-05 Thread mishal_shah via swift-dev
Hi Mehdi, Can you please look at this failure? /llvm/lib/Target/PowerPC/PPCMCInstLower.cpp:40:22: error: no member named 'Mang' in 'llvm::AsmPrinter' Mangler *Mang = AP.Mang; ~~ ^ 1 error generated. Thanks, Mishal Shah > On Dec 5, 2016, at 11:30 PM, no-re...@swift.org

[swift-dev] Proposal: SILValue SSA Instructions

2016-12-05 Thread Michael Gottesman via swift-dev
Hello everyone! This is a proposal for 2 instructions needed to express borrowing via SSA at the SIL level. The need for these were discovered while I was prototyping a SIL ownership verifier. A html version of the proposal:

Re: [swift-dev] -whole-module-optimization with -Onone

2016-12-05 Thread Ben Asher via swift-dev
I've also come up with a small repro case that shows the duplicated bridging header work: https://bugs.swift.org/browse/SR-3338. Thanks! Ben On Fri, Dec 2, 2016 at 3:28 PM, Ben Asher wrote: > Filed the issues I ran into with repro cases here: > >

[swift-dev] TWISt-shout Newsletter 2016-12-05

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

Re: [swift-dev] [swift-evolution] .swiftmodule format, a few short questions

2016-12-05 Thread Joe Groff via swift-dev
On Dec 5, 2016, at 9:40 AM, Joe Groff wrote: > On Dec 4, 2016, at 1:48 AM, Benjamin Spratling via swift-evolution > wrote: > > Howdy, > I would appreciate it if someone with a working knowledge of the > .swiftmodule format and especially

[swift-corelibs-dev] Broken master-next?

2016-12-05 Thread Alex Blewitt via swift-corelibs-dev
My pull request failed to build: https://github.com/apple/swift-corelibs-foundation/pull/733 The build failure is entirely unrelated to my changes; it looks like whatever point the branch was taken from/built from, the underlying

[swift-corelibs-dev] Why is Array.init(contentsOfURL:) not available?

2016-12-05 Thread Ole Begemann via swift-corelibs-dev
(Apologies if this is not the right list to ask this question. I couldn't decide between swift-corelibs-dev and swift-dev.) I noticed that the NSArray and NSDictionary initializers to create a collection from a property list file are not exposed in the stdlib Array and Dictionary types. The

Re: [swift-corelibs-dev] SwiftXCTest proposals to make it more useful as a framework and for other platforms

2016-12-05 Thread Ilya Laryionau via swift-corelibs-dev
Brian, I appreciate your comments. > You should check out https://bugs.swift.org/browse/SR-710 > . There's been a great deal of > discussion on this topic in the past. I think we left off with the idea that > we should use SourceKit to generate the list