andyferris / Dictionaries.jl

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

Correct usage of "idempotent" #48

Closed andyferris closed 3 years ago

andyferris commented 3 years ago

@goretkin I think this should the correct description. Do you have any improvements to suggest?

codecov[bot] commented 3 years ago

Codecov Report

Merging #48 (f243939) into master (e4d8e02) will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   70.31%   70.39%   +0.08%     
==========================================
  Files          19       19              
  Lines        1701     1699       -2     
==========================================
  Hits         1196     1196              
+ Misses        505      503       -2     
Impacted Files Coverage Δ
src/tokens.jl 21.87% <0.00%> (-0.35%) :arrow_down:
src/map.jl 26.74% <0.00%> (+0.30%) :arrow_up:
src/broadcast.jl 50.79% <0.00%> (+0.79%) :arrow_up:
src/indexing.jl 58.62% <0.00%> (+0.99%) :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 e4d8e02...f243939. Read the comment docs.