Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify map conditional compilation #158

Merged
merged 4 commits into from
Jun 12, 2024
Merged

Simplify map conditional compilation #158

merged 4 commits into from
Jun 12, 2024

Conversation

mulmarta
Copy link
Contributor

No functional changes. The PR removes a bunch of conditional compilation flags related to deciding on the type of map that is used: HashMap, Vec or BTreeMap.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

@mulmarta mulmarta requested a review from a team as a code owner June 10, 2024 18:38
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2024

Codecov Report

Attention: Patch coverage is 97.14286% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.63%. Comparing base (3662e44) to head (34093f4).
Report is 2 commits behind head on main.

Files Patch % Lines
mls-rs/src/group/secret_tree.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
+ Coverage   89.53%   89.63%   +0.09%     
==========================================
  Files         173      174       +1     
  Lines       31505    31507       +2     
==========================================
+ Hits        28209    28240      +31     
+ Misses       3296     3267      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tomleavy
tomleavy previously approved these changes Jun 11, 2024
stefunctional
stefunctional previously approved these changes Jun 11, 2024
Copy link
Contributor

@stefunctional stefunctional left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just 2 small nits that are really more for your information; no need to change.

Thank you for cleaning up this map code!

Co-authored-by: Stephane Raux <94983192+stefunctional@users.noreply.github.com>
@mulmarta mulmarta dismissed stale reviews from stefunctional and tomleavy via 03c314d June 12, 2024 18:43
stefunctional
stefunctional previously approved these changes Jun 12, 2024
@mulmarta mulmarta merged commit f4af668 into main Jun 12, 2024
27 of 30 checks passed
@mulmarta mulmarta deleted the map branch June 12, 2024 19:24
germ-mark pushed a commit to germ-mark/mls-rs that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants