supermarin / ObjectiveSugar

ObjectiveC additions for humans. Ruby style.
MIT License
2.17k stars 190 forks source link

64-bit safety #58

Closed neilco closed 10 years ago

neilco commented 10 years ago

Replaced instances of int with NSInteger

supermarin commented 10 years ago

Hey @neilco, not sure if you've spotted #42 and #23 , that are doing that functionality already. I believe we should give them some credits.

I believe #23 was the most complete one - you don't mind if we merge that one instead?

neilco commented 10 years ago

No worries. I'll close this one.

supermarin commented 10 years ago

Alright - thanks for the contribution!

supermarin commented 10 years ago

Btw just a hint - usually you don't have to fork this repo to open internal PRs. You can just push to another branch here, and open a PR. That might simplify the process a bit.

neilco commented 10 years ago

Groovy :+1: I wasn't aware you could do that. Nice!