isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 2 forks source link

Ensure all collections are hashable #43

Closed berquist closed 5 years ago

berquist commented 5 years ago

Removing attrs dependence in https://github.com/isi-vista/immutablecollections/pull/38 meant that hashes for ImmutableMultiDicts were no longer automatically computed. The implementation is the same as in https://github.com/isi-vista/immutablecollections/pull/40.

codecov[bot] commented 5 years ago

Codecov Report

Merging #43 into master will increase coverage by 0.16%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   90.07%   90.23%   +0.16%     
==========================================
  Files           7        7              
  Lines         665      676      +11     
==========================================
+ Hits          599      610      +11     
  Misses         66       66
Impacted Files Coverage Δ
immutablecollections/_immutablemultidict.py 91.76% <100%> (+0.35%) :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 5d5619f...899d54a. Read the comment docs.