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

Implement Object#eql? #843

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Implement Object#eql? #843

merged 1 commit into from
Apr 20, 2020

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Apr 19, 2020

This closes #620

@st0012 st0012 added this to the version 0.1.13 milestone Apr 19, 2020
@st0012 st0012 self-assigned this Apr 19, 2020
@codecov
Copy link

codecov bot commented Apr 19, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #843      +/-   ##
==========================================
+ Coverage   81.11%   81.12%   +0.01%     
==========================================
  Files          54       54              
  Lines        7412     7418       +6     
==========================================
+ Hits         6012     6018       +6     
  Misses       1178     1178              
  Partials      222      222              
Impacted Files Coverage Δ
vm/class.go 86.32% <100.00%> (+0.12%) ⬆️

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 0fbde9e...065b92a. Read the comment docs.

@st0012 st0012 merged commit 389c715 into master Apr 20, 2020
@st0012 st0012 deleted the implement-eql branch April 20, 2020 14:57
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.

Equality methods/operators
2 participants