Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #6702

2016-07-22 Thread Andrew Trick via swift-dev
I disabled the test and filed: SILOptimizer/swap_refcnt.swift failes after noreturn -> Never changes -Andy > On Jul 22, 2016, at 4:27 PM, Andrew Trick via swift-dev > wrote: > > Slava, > > This started failing after your commit: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubun

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Mark Lacey via swift-dev
> On Jul 22, 2016, at 12:35 PM, Erica Sadun via swift-dev > wrote: > > So where do I find the "starter bugs for the humanities" how-to section? Is > there a checklist that goes beyond fix this code and explains tests, > comments, etc? I think this is what you’re looking for: https://swift.or

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #6702

2016-07-22 Thread Andrew Trick via swift-dev
Slava, This started failing after your commit: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/6699/ Andy > On Jul 22, 2016, at 4:15 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILUR

[swift-dev] new code owner for the SIL optimizer

2016-07-22 Thread Bob Wilson via swift-dev
CODE_OWNERS.TXT still shows Nadav as the owner of the SIL optimizer, even though he is no longer working on Swift. We should have a new code owner, and I would like to nominate Erik Eckstein. There are a lot of different components to the SIL optimizer and no single person is an expert in all of

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1753

2016-07-22 Thread Daniel Dunbar via swift-dev
This change has already been reverted. - Daniel > On Jul 22, 2016, at 3:02 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1753] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1753/ >

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
So where do I find the "starter bugs for the humanities" how-to section? Is there a checklist that goes beyond fix this code and explains tests, comments, etc? I came, I saw, I built. I want to try a bug. -- E > On Jul 22, 2016, at 1:31 PM, Michael Gottesman wrote: > > It is partially my fau

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Michael Gottesman via swift-dev
It is partially my fault TBH. I still need to bump the version check in CMake. We run into a JIT failure when I do this on Linux I believe due to the way ELF forwards symbols (and my needing to work around it). I have not had the time to fix it. = /. If that was set, you would have gotten a nic

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
So I got a successful build, and your suspicion was right. I deleted a very old /usr/local/bin/cmake and linked /usr/local/bin/cmake to /Applications/CMake.app/Contents/bin/cmake. Now when I `where cmake`, every possible candidate is 3.6. I deleted everything (including my github fork), and sta

Re: [swift-dev] Turns out Incremental builds were not actually incremental

2016-07-22 Thread Michael Gottesman via swift-dev
I believe we do trash the module cache folder. > On Jul 21, 2016, at 3:46 PM, Jordan Rose wrote: > > >> On Jul 21, 2016, at 15:06, Michael Gottesman wrote: >> >> >>> On Jul 21, 2016, at 2:54 PM, Jordan Rose wrote: >>> >>> IIRC this was deliberate because of some past issues with things not

Re: [swift-dev] PR testing failing on test/IDE/print_omit_needless_words.swift

2016-07-22 Thread Ben Langmuir via swift-dev
FYI I filed print_omit_needless_words.swift: flattened vs. flattening I also disabled the test on simulator for now, so PR testing should be passing again. > On Jul 22, 2016, at 11:42 AM, Jordan Rose via swift-dev > wrote: > > Hey, Max, any idea why my PR test keeps failing on this? I saw

[swift-dev] PR testing failing on test/IDE/print_omit_needless_words.swift

2016-07-22 Thread Jordan Rose via swift-dev
Hey, Max, any idea why my PR test keeps failing on this? I saw you update both the apinotes and the test, and other PR tests seem to be passing. https://ci.swift.org/job/swift-PR-osx/2678/testReport/Swift(iphonesimulator-i386)/IDE/print_omit_needless_words_swift/ Jordan _