robrix / Madness

Recursive Descent Into Madness
MIT License
291 stars 17 forks source link

Swift 1.2 #58

Closed amackworth closed 9 years ago

amackworth commented 9 years ago

Updated Either and made the requisite changes. :grin:

robrix commented 9 years ago

Wow, thank you! I wasn’t likely to get around to this until Friday otherwise.

With Either and the others, I was thinking I wouldn’t merge until Swift 1.2 is out of beta, but I might instead tag them now and then merge to master. What do you think?

amackworth commented 9 years ago

Sounds good to me! Personally, the master branch of a repo should always represent the latest (non-broken) build, not necessarily the stable build. After all, that's why we have tags!

Also, I opened this for use in TesseractCore, and merging all of the changes to master will make life easier over there.

:pray:

robrix commented 9 years ago

Works for me. I’ll do Either first.

robrix commented 9 years ago

@amackworth Merged Either and Prelude’s swift-1.2 branches in. Could you please bump the submodule ref to master?

amackworth commented 9 years ago

There ya go!

robrix commented 9 years ago

Danke!

robrix commented 9 years ago

Tagged Madness. Now let’s :shipit:!