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

2017-10-17 Thread Michael Gottesman via swift-corelibs-dev
Is this still an issue? This Foundation test failure is blocking PR testing! This needs to be fixed ASAP or XFAILED. Can you guys fix this now please. Michael > On Oct 17, 2017, at 2:24 PM, Ankit Aggarwal via swift-dev > wrote: > > Test Case 'TestNSNumberBridging.testNSNumberBridgeFromFloat

Re: [swift-corelibs-dev] [swift-dev] Foundation Data Behavior Different (read: crashes) in Swift 3.1 and Swift 3.2

2017-08-24 Thread Michael Gottesman via swift-corelibs-dev
> On Aug 24, 2017, at 10:47 AM, Ryan Lovelett via swift-dev > wrote: > > I've found what I believe is a bug. Though I'm unclear if the bug is in > Swift 3.1 or Swift 3.2/4.0. All I can say for sure is the behavior is > quite drastically different between the two. > > For the code below (and at

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-04-02 Thread Michael Gottesman via swift-corelibs-dev
> On Apr 2, 2017, at 1:17 PM, Mohit Athwani wrote: > > Hi Michael, > > I just submitted my pull request: > https://github.com/apple/swift-corelibs-foundation/pull/928 > > Now waiting for an admin to initiate tests. > > Thanks so m

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-04-02 Thread Michael Gottesman via swift-corelibs-dev
No worries. Just trying to be helpful = ). Michael > On Apr 2, 2017, at 12:27 PM, Mohit Athwani wrote: > > Hi Michael, > > Thanks for checking up on me. I'm actually working on it right now. Will give > you an update in an hour or so... > > Cheers! > > > -- > Mohit Athwani > http://about.m

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-04-02 Thread Michael Gottesman via swift-corelibs-dev
Hey Mohit! Were you able to build successfully? Michael > On Mar 30, 2017, at 4:29 PM, Michael Gottesman wrote: > > I was just informed that swift-corelibs-foundation is actually using ninja! > My bad! > > Still I would use the preset from the bots. It should just work. Otherwise, > you are

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-03-30 Thread Michael Gottesman via swift-corelibs-dev
I was just informed that swift-corelibs-foundation is actually using ninja! My bad! Still I would use the preset from the bots. It should just work. Otherwise, you are missing a dependency or have differing versions/etc. Michael > On Mar 30, 2017, at 4:25 PM, Michael Gottesman wrote: > >> >

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-03-30 Thread Michael Gottesman via swift-corelibs-dev
> On Mar 30, 2017, at 4:22 PM, Michael Gottesman via swift-users > wrote: > >> >> On Mar 30, 2017, at 12:31 PM, Mohit Athwani via swift-users >> mailto:swift-us...@swift.org>> wrote: >> >> I'm trying to get back to work starting from scratch on Swift Foundation on >> my Ubuntu 16.04 LTS sys

Re: [swift-corelibs-dev] [swift-users] Unable to build swift master branch

2017-03-30 Thread Michael Gottesman via swift-corelibs-dev
> On Mar 30, 2017, at 12:31 PM, Mohit Athwani via swift-users > wrote: > > I'm trying to get back to work starting from scratch on Swift Foundation on > my Ubuntu 16.04 LTS system. > > I cloned the main swift repo and all of it's dependencies via ssh > ./swift/utils/update-checkout --clone-wi

Re: [swift-corelibs-dev] [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-26 Thread Michael Gottesman via swift-corelibs-dev
Well in that case, isn't the obvious answer to move the libdispatch linux overlay into the swift? Michael > On Sep 26, 2016, at 1:23 PM, Jordan Rose via swift-dev > wrote: > > The problem with moving the Darwin Dispatch overlay there is that other > overlays depend on Dispatch, and we’re not

Re: [swift-corelibs-dev] [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-26 Thread Michael Gottesman via swift-corelibs-dev
> On Sep 25, 2016, at 11:38 AM, David P Grove via swift-dev > wrote: > > The order may need to vary by platform. On Linux, the DIspatch Swift overlay > code lives in swift-corelibs-libdispatch/src/swift. So it works to build (1) > Swift (2) libdispatch (both C and Swift) (3) Foundation. > Q

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-26 Thread Michael Gottesman via swift-corelibs-dev
> On Sep 24, 2016, at 8:15 PM, Daniel Dunbar > wrote: > > Alternately, we could change their build scripts to generate llbuild manifest > files and build using llbuild (which tracks the Swift compiler version > automatically as a dependency). This is why SwiftPM

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-26 Thread Michael Gottesman via swift-corelibs-dev
> On Sep 23, 2016, at 10:02 AM, Jordan Rose via swift-dev > wrote: > >> Foundation/NSData.swift:19:8: error: module file was created by an older >> version of the compiler; rebuild 'Dispatch' and try again: >> /home/buildnode/jenkins/workspace/oss-swift-3.0-incremental-RA-linux-ubuntu-14_04-l

Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (swift 3.0) #302

2016-09-26 Thread Michael Gottesman via swift-corelibs-dev
> On Sep 24, 2016, at 10:29 PM, Daniel Dunbar wrote: > > >> On Sep 24, 2016, at 9:33 PM, Michael Gottesman > > wrote: >> >> >>> On Sep 24, 2016, at 8:15 PM, Daniel Dunbar >> > wrote: >>> >>> Alternately, we could change their build