Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-07-02 Thread Michael Gottesman via swift-dev
To g...@github.com:apple/swift.git ffcafd7..4598b9e master -> master > On Jul 2, 2016, at 10:01 PM, Michael Gottesman wrote: > > I am now flipping the switch to require the upgraded cmake. > > Michael > >> On Jun 30, 2016, at 3:24 PM, Michael Gottesman via swift-dev

Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-07-02 Thread Michael Gottesman via swift-dev
I am now flipping the switch to require the upgraded cmake. Michael > On Jun 30, 2016, at 3:24 PM, Michael Gottesman via swift-dev > wrote: > > Yes. > >> On Jun 30, 2016, at 2:47 PM, Joseph Bell > > wrote: >> >> Michael, as

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

2016-07-02 Thread Chris Lattner via swift-dev
Should be fixed in 87db7b4. -Chris > On Jul 2, 2016, at 4:50 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#6172] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/6172/ >

Re: [swift-dev] Bridging Python Packages to Swift

2016-07-02 Thread Jose Cheyo Jimenez via swift-dev
Hi Muhammad, I am not an expert either but here is what I would do if I were you. Go look at xamarin/ mono open source project to see how they bind objc and Java libraries to c#. Once you understand that then you would need a version of python (cpython or another typed Python version) that

Re: [swift-dev] Bridging Python Packages to Swift

2016-07-02 Thread Brent Royal-Gordon via swift-dev
> I lack the experience the rest of the people in this list probably have being > an undergraduate student but I would love to participate in this language > because I see its potential. > > With that being said, one of the biggest advantages python has is its > immersive number of packages

[swift-dev] Bridging Python Packages to Swift

2016-07-02 Thread Muhammad Tahir Vali via swift-dev
Hey everyone, I lack the experience the rest of the people in this list probably have being an undergraduate student but I would love to participate in this language because I see its potential. With that being said, one of the biggest advantages python has is its immersive number of packages