Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Algebird 210 211 #337

Merged
merged 10 commits into from
Sep 2, 2014
Merged

WIP: Algebird 210 211 #337

merged 10 commits into from
Sep 2, 2014

Conversation

ianoc
Copy link
Collaborator

@ianoc ianoc commented Sep 1, 2014

This removes 2.9 support, moves everything over to scalatest, and the latest scalacheck. Adds in

This won't succeed in travis until we publish bijection and update for published things.

@@ -47,5 +46,7 @@ object DecayedVectorProperties extends Properties("DecayedVector") {
mapsAreClose && timesAreClose
}

property("for Map[Int, Double] is a monoid") = monoidLawsEq[DecayedVector[({ type x[a] = Map[Int, a] })#x]](decayedMapEqFn)
property("for Map[Int, Double] is a monoid") {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "DecayedVector[Map[Int, _]] is a monoid"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix.

johnynek added a commit that referenced this pull request Sep 2, 2014
@johnynek johnynek merged commit 0d0a6d8 into develop Sep 2, 2014
@johnynek johnynek deleted the algebird_210_211 branch September 2, 2014 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants