Re: [swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-08 Thread Tony Parker via swift-corelibs-dev
That looks like you might be using the older compiler. The newest (at least on master) should have the change applied for : https://github.com/apple/swift-evolution/blob/master/proposals/0046-first-label.md Since we are part of the Swift CI system, we have to keep master swift-corelibs-foundati

Re: [swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-08 Thread Daniel Eggert via swift-corelibs-dev
On 08 Apr 2016, at 16:52, Tony Parker wrote: > > These are turbulent times for syntax in Swift. :) > > Pretty soon now we're also going to have to deal with the swift renaming > rules as applied to all functions in corelibs-foundation. > > - Tony I know. Trying to rebase my 5k+ line changes

Re: [swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-08 Thread Tony Parker via swift-corelibs-dev
These are turbulent times for syntax in Swift. :) Pretty soon now we're also going to have to deal with the swift renaming rules as applied to all functions in corelibs-foundation. - Tony > On Apr 8, 2016, at 3:12 AM, Daniel Eggert via swift-corelibs-dev > wrote: > > >>> On 08 Apr 2016, at

Re: [swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-08 Thread Daniel Eggert via swift-corelibs-dev
> On 08 Apr 2016, at 01:44, Daniel Dunbar wrote: > >> >> On Apr 7, 2016, at 10:15 AM, Daniel Eggert via swift-corelibs-dev >> wrote: >> >> With this being merged >> >> https://github.com/apple/swift-corelibs-foundation/pull/305 >> >> where do I find a compiler that works? Everything stoppe

Re: [swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-07 Thread Daniel Dunbar via swift-corelibs-dev
> On Apr 7, 2016, at 10:15 AM, Daniel Eggert via swift-corelibs-dev > wrote: > > With this being merged > > https://github.com/apple/swift-corelibs-foundation/pull/305 > > where do I find a compiler that works? Everything stopped working for me, > because utils/update-checkout currently chec

[swift-corelibs-dev] [SE-0046] Implemented consistent function labels

2016-04-07 Thread Daniel Eggert via swift-corelibs-dev
With this being merged https://github.com/apple/swift-corelibs-foundation/pull/305 where do I find a compiler that works? Everything stopped working for me, because utils/update-checkout currently checks out something that can't build a toolchain. Does https://ci.swift.org/ have daily Toolchai