Branch purpose reference?

Hi all

Is there a reference somewhere for what each branch’s purpose is? I’m trying to build foundation and I’m getting a ton of errors about inout. I remember reading something about inout changing location in the parameter list, but I don’t remember what it was like in 2.2 versus 3.0. If I’m on the master branch of swift-corelibs-foundation, should Foundation build using the master branch of swift?

Thanks!!
- Will

Foundation is not a part of the 2.2 release. Yes, it builds with master.

Dmitri

···

On Fri, Mar 11, 2016 at 6:19 PM, William Dillon via swift-dev <swift-dev@swift.org> wrote:

Hi all

Is there a reference somewhere for what each branch’s purpose is? I’m trying to build foundation and I’m getting a ton of errors about inout. I remember reading something about inout changing location in the parameter list, but I don’t remember what it was like in 2.2 versus 3.0. If I’m on the master branch of swift-corelibs-foundation, should Foundation build using the master branch of swift?

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/