JuliaCollections / FunctionalCollections.jl

Functional and persistent data structures for Julia
MIT License
123 stars 34 forks source link

Make `PersistentSet{T} <: AbstractSet{T}` #65

Closed georgematheos closed 2 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #65 into master will increase coverage by 1.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   77.30%   78.38%   +1.07%     
==========================================
  Files           7        7              
  Lines         379      384       +5     
==========================================
+ Hits          293      301       +8     
+ Misses         86       83       -3     
Impacted Files Coverage Δ
src/PersistentSet.jl 69.44% <ø> (ø)
src/PersistentVector.jl 76.62% <100.00%> (+3.01%) :arrow_up:
src/BitmappedVectorTrie.jl 72.81% <0.00%> (+1.94%) :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 2dd9b36...1a524c3. Read the comment docs.

georgematheos commented 3 years ago

@shashi @ararslan are either of you available to review this and hopefully merge into the master branch? Thanks!

georgematheos commented 2 years ago

Any chance this could be merged? Thanks!

georgematheos commented 2 years ago

Thanks!