Re: Xcode 7.3 / Swift 2.2 Changes (Upgrade All The Things)

2016-03-28 Thread Stefan Arentz
> On Mar 28, 2016, at 9:10 PM, Stefan Arentz wrote: > > > The following bug just landed: > > Swift 2.2 changes > https://bugzilla.mozilla.org/show_bug.cgi?id=1246445 > <https://bugzilla.mozilla.org/show_bug.cgi?id=1246445> > https://github.com/mozill

Xcode 7.3 / Swift 2.2 Changes (Upgrade All The Things)

2016-03-28 Thread Stefan Arentz
The following bug just landed: Swift 2.2 changes https://bugzilla.mozilla.org/show_bug.cgi?id=1246445 https://github.com/mozilla/firefox-ios/pull/1667 Which means that master now REQUIRES Xcode 7.3. It will not compile anymore with Xcode 7.2.1. This is a great moment to upgrade all the things

Re: Swift 2.2 Changes

2016-03-25 Thread Stefan Arentz
I think those need some more detailed attention because they need actual code rewrites. S. On Fri, Mar 25, 2016 at 9:29 AM, Stefan Arentz wrote: > I've started yet another PR with Swift 2.2 changes. This builds on work > from Richard and Emily. > > https://github.com/mozilla/fire

Swift 2.2 Changes

2016-03-25 Thread Stefan Arentz
I've started yet another PR with Swift 2.2 changes. This builds on work from Richard and Emily. https://github.com/mozilla/firefox-ios/pull/1667/commits https://bugzilla.mozilla.org/show_bug.cgi?id=1246445 With this branch you can build and run the app in the simulator. So we can all upgrad