typelevel / algebra

Experimental project to lay out basic algebra type classes
https://typelevel.org/algebra/
Other
378 stars 69 forks source link

Drop support for cross-building on 2.9.3 #8

Closed non closed 9 years ago

non commented 9 years ago

This means we can use universal traits for type classes. It also means we can use some newer scalac options, as well as possibly value classes, macros, or other new 2.10 features.

tixxit commented 9 years ago

:+1:

johnynek commented 9 years ago

shipit!

johnynek commented 9 years ago

By the way, the approach we use on github.com/twitter is that:

1) you may not merge your own PR unless N people have given you a shipit/+1 etc... (and Travis is green) 2) If you are not the author, and you see (N-1) shipits and travis is green, you can just click merge (and delete the branch). This minimizes work for the author.

I would propose that for this project, for now, N = 2 and we follow these rules. How does this sound?

tixxit commented 9 years ago

:+1:

non commented 9 years ago

Great, I will merge! Thanks! Policy looks good to me.

non commented 9 years ago

And thank you @johnynek for setting up good policy. One of the dangers of just working solo on this stuff is that I tend to cut corners and not follow good process.