goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

Implement Object#eql? #843

Closed st0012 closed 4 years ago

st0012 commented 4 years ago

This closes #620

codecov[bot] commented 4 years ago

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%) :arrow_up:

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.