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

Avoid all evaluation of LazyList#foldRightDefer #3567

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

takayahilton
Copy link
Contributor

No description provided.

@travisbrown
Copy link
Contributor

One of the CI failures is just a connectivity thing and the other seems definitely unrelated (see #3568), so I just restarted both jobs.

@@ -52,6 +55,16 @@ class LazyListSuite extends CatsSuite {
assert(LazyList.empty[Int].show === (s"LazyList()"))
}

test("Avoid all evaluation of LazyList#foldRightDefer") {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to confirm: this test hangs without the change above?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, The test never finishes.

@travisbrown
Copy link
Contributor

One Scala.js build is still failing even after a couple of restarts. It couldn't be related, so I think we can just wait and try again in a couple of hours or so.

@codecov-commenter
Copy link

Codecov Report

Merging #3567 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3567      +/-   ##
==========================================
+ Coverage   91.28%   91.29%   +0.01%     
==========================================
  Files         386      386              
  Lines        8605     8606       +1     
  Branches      246      260      +14     
==========================================
+ Hits         7855     7857       +2     
+ Misses        750      749       -1     

@barambani
Copy link
Contributor

It seems it was a corrupted cache. I deleted the PR's cache and it went through.

@travisbrown travisbrown merged commit a7fd543 into typelevel:master Aug 15, 2020
@takayahilton takayahilton deleted the avoid-all-evaluation-ll branch August 15, 2020 06:28
@travisbrown travisbrown added this to the 2.2.0-RC3 milestone Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants