Re: [swift-dev] Emitted SIL does not parse

2017-04-03 Thread Michael Gottesman via swift-dev
> On Apr 3, 2017, at 7:55 PM, Ben Ng via swift-dev wrote: > > I see that SR-3774 already exists, > but that ticket was about declarations not appearing in the emitted SIL. > > I'm able to get declarations to appear with the -frontend flag, but the > emi

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

2017-04-03 Thread Mishal Shah via swift-dev
Thanks! > On Apr 3, 2017, at 9:22 PM, Hugh Bellamy wrote: > > Ah I see. I've sent in https://github.com/apple/swift/pull/8529 > > > Thanks > Hugh > > On 4 April 2017 at 10:57, mishal_shah > wrote: > We need to cherry-p

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

2017-04-03 Thread Hugh Bellamy via swift-dev
Ah I see. I've sent in https://github.com/apple/swift/pull/8529 Thanks Hugh On 4 April 2017 at 10:57, mishal_shah wrote: > We need to cherry-pick this fix (PR#8384) into swift-4.0-branch to avoid > python lint failure. > > Thanks, > Mishal Shah > > On Apr 3, 2017, at 8:17 PM, Hugh Bellamy wrot

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

2017-04-03 Thread mishal_shah via swift-dev
We need to cherry-pick this fix (PR#8384) into swift-4.0-branch to avoid python lint failure. Thanks, Mishal Shah > On Apr 3, 2017, at 8:17 PM, Hugh Bellamy wrote: > > This issue was fixed in https://github.com/apple/swift/pull/8384 > , I think. > >

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

2017-04-03 Thread Hugh Bellamy via swift-dev
This issue was fixed in https://github.com/apple/swift/pull/8384, I think. On 4 April 2017 at 06:31, Vedant Kumar wrote: > This doesn't look related to my changes. > > + Hugh, since he's at least touched the file. > > vedant > > > On Apr 3, 2017, at 4:29 PM, no-re...@swift.org wrote: > > > > [FA

[swift-dev] Emitted SIL does not parse

2017-04-03 Thread Ben Ng via swift-dev
I see that SR-3774 already exists, but that ticket was about declarations not appearing in the emitted SIL. I'm able to get declarations to appear with the -frontend flag, but the emitted SIL still doesn't parse on master: > $  echo 'print("moof")' > test.swift > $  swiftc -frontend -emit-sil t

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

2017-04-03 Thread Vedant Kumar via swift-dev
This doesn't look related to my changes. + Hugh, since he's at least touched the file. vedant > On Apr 3, 2017, at 4:29 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.0-incremental-RA-osx [#71] > > Build URL:https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/71/ > Project: