Skip to content

Conversation

@haraldF
Copy link
Member

@haraldF haraldF commented May 19, 2025

A hash needs a hashing function and a way to determin equality. Since we don't want to add a comparison operator, let's add another helper so we can store CancellationContext in std::unordered_set and friends.

Relates-To: MINOR

A hash needs a hashing function and a way to determin equality.
Since we don't want to add a comparison operator, let's add
another helper so we can store CancellationContext in std::unordered_set
and friends.

Relates-To: MINOR
Signed-off-by: Harald Fernengel <[email protected]>
@codecov
Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.24%. Comparing base (5425332) to head (9383d29).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1612      +/-   ##
==========================================
+ Coverage   80.22%   80.24%   +0.02%     
==========================================
  Files         348      348              
  Lines       13883    13883              
  Branches     1482     1482              
==========================================
+ Hits        11137    11140       +3     
+ Misses       2146     2145       -1     
+ Partials      600      598       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mykhailo-kuchma mykhailo-kuchma merged commit 7dff5ea into master May 19, 2025
24 checks passed
@mykhailo-kuchma mykhailo-kuchma deleted the eq_hash branch May 19, 2025 11:48
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.

3 participants