andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
282 stars 28 forks source link

Fix undef values in `dictionary` #88

Closed serenity4 closed 2 years ago

serenity4 commented 2 years ago

Looks like we forgot to copy existing values into the new dictionary with the auto-widening constructor.

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (9a70dba) into master (eded5db) will increase coverage by 0.31%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   76.08%   76.39%   +0.31%     
==========================================
  Files          18       18              
  Lines        1990     1991       +1     
==========================================
+ Hits         1514     1521       +7     
+ Misses        476      470       -6     
Impacted Files Coverage Δ
src/Dictionary.jl 77.59% <100.00%> (+3.41%) :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 eded5db...9a70dba. Read the comment docs.