Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Make a release #101

Open
orta opened this issue Apr 6, 2015 · 7 comments
Open

Make a release #101

orta opened this issue Apr 6, 2015 · 7 comments

Comments

@orta
Copy link
Contributor

orta commented Apr 6, 2015

NSArray unique is useful 👍

@orta
Copy link
Contributor Author

orta commented Apr 6, 2015

Given that it deprecates things, this may need to be a 2.0.0

@supermarin
Copy link
Owner

@orta 👍 will consider soon. planning to finally address that map behavior too, it'll most likely end up being 2.0.0

@mergesort
Copy link

Any update on this? There's some good stuff lately that I'd love to have in my Objective-C (boo) codebase. 😄

@supermarin
Copy link
Owner

@mergesort sorry it took forever to get back to you on this one.

I was thinking of just closing this repository, but don't want to because of people that are still using it.
I wanted to fix the main issues (nullability with map and such), strip it down (remove date stuff), and ship 2.0. The problem is that nullable and friends are still pretty broken with block parameters in Objective C.

The current master has changed the behavior of map, and I was afraid of just bumping a minor version not to break people's projects.

@orta
Copy link
Contributor Author

orta commented Oct 5, 2015

If it's an ownership thing I/Artsy can take over the project, we use it in all our Obj-C which isn't going away any time soon?

@orta
Copy link
Contributor Author

orta commented Oct 29, 2015

Poke? ^

@supermarin
Copy link
Owner

I wouldn't say it's an ownership thing. It's a quality thing, where I don't want to ship something that feels uncomfortable / potentially breaking people's software.

The biggest blocker ATM is the compiler that still doesn't throw warnings for nullability inside blocks (map again). I'll roll out a non-breaking release so you guys have everything else except the breaking map change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants