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

Reduce the cost of the tailRecM test #1331

Merged
merged 1 commit into from
Aug 25, 2016
Merged

Conversation

johnynek
Copy link
Contributor

This is to address: #1329 where the test cost is too high for some libraries that depend on this.

This weakening should not really weaken the test too much if we know that map and flatMap are already lawful, which we are testing independently.

@kailuowang
Copy link
Contributor

👍

@codecov-io
Copy link

codecov-io commented Aug 25, 2016

Current coverage is 91.39% (diff: 100%)

Merging #1331 into master will decrease coverage by 0.08%

@@             master      #1331   diff @@
==========================================
  Files           237        237          
  Lines          3568       3567     -1   
  Methods        3506       3502     -4   
  Messages          0          0          
  Branches         61         64     +3   
==========================================
- Hits           3264       3260     -4   
- Misses          304        307     +3   
  Partials          0          0          

Sunburst

Powered by Codecov. Last update e63c305...88ebce2

@non
Copy link
Contributor

non commented Aug 25, 2016

LGTM 👍

@non non merged commit 41d9ef8 into master Aug 25, 2016
@non non removed the in progress label Aug 25, 2016
@non non deleted the oscar/reduce-flatmaprec-test branch September 2, 2016 05:05
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.

6 participants