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

Use parSequence rather than sequence in RefTests #443

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

t3hnar
Copy link

@t3hnar t3hnar commented Dec 9, 2018

Imho sequence will not catch bugs related to concurrent modifications, but parSequence will do.

Imho `sequence` will not catch bugs related to concurrent modifications, but `parSequence` will do.
@codecov-io
Copy link

Codecov Report

Merging #443 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
- Coverage   89.47%   89.42%   -0.05%     
==========================================
  Files          70       70              
  Lines        2005     2005              
  Branches      209      209              
==========================================
- Hits         1794     1793       -1     
- Misses        211      212       +1

@alexandru alexandru merged commit 07c4616 into typelevel:master Dec 24, 2018
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.

3 participants