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

Fix == for sets with mutable fields #887

Merged
merged 2 commits into from
Sep 19, 2019
Merged

Fix == for sets with mutable fields #887

merged 2 commits into from
Sep 19, 2019

Conversation

blegat
Copy link
Member

@blegat blegat commented Sep 19, 2019

This was needed to have CDD pass contlineartest for Rational{BigInt}.
See also #841

test/sets.jl Outdated Show resolved Hide resolved
@codecov-io
Copy link

Codecov Report

Merging #887 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #887      +/-   ##
==========================================
+ Coverage   95.11%   95.11%   +<.01%     
==========================================
  Files          80       80              
  Lines        8456     8460       +4     
==========================================
+ Hits         8043     8047       +4     
  Misses        413      413
Impacted Files Coverage Δ
src/sets.jl 95% <100%> (+0.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f07e9e...4d9d250. Read the comment docs.

@blegat blegat merged commit 178c3aa into master Sep 19, 2019
@odow odow deleted the bl/set_== branch September 19, 2019 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants