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

Optimisation to Future.run for the Now instance and some extra tests. #320

Merged
merged 2 commits into from Apr 7, 2013

Conversation

seanparsons
Copy link
Contributor

Was previously created, but needed to be separated out from previous work.

@@ -22,6 +22,27 @@ class FutureTest extends Spec {
deadlocks(3).run.length must_== 4
}
}
"have a run method that returns" in {
"when constructed from Future.now" in check{(n: Int) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please change this line to

"when constructed from Future.now" ! prop { (n: Int) =>

(and for the other properties accordingly, cf ZipperTest)

runarorama added a commit that referenced this pull request Apr 7, 2013
Optimisation to Future.run for the Now instance and some extra tests.
@runarorama runarorama merged commit a7c5fcf into scalaz:scalaz-seven Apr 7, 2013
larsrh pushed a commit that referenced this pull request Apr 8, 2013
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

3 participants