[swift-dev] Branch purpose reference?
Dmitri Gribenko
gribozavr at gmail.com
Fri Mar 11 20:25:37 CST 2016
On Fri, Mar 11, 2016 at 6:19 PM, William Dillon via swift-dev
<swift-dev at 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?
Foundation is not a part of the 2.2 release. Yes, it builds with master.
Dmitri
--
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 at gmail.com>*/
More information about the swift-dev
mailing list