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

Fix extract_if signature error #39

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Fix extract_if signature error #39

merged 1 commit into from
Dec 22, 2024

Conversation

Paul-weqe
Copy link
Member

Vec's extract_if signature in nightly
introduces a RangeBound field, handled
in relevant calls.

Vec's extract_if signature in nightly
introduces a RangeBound field, handled
in relevant calls.

Signed-off-by: Paul Wekesa <paul1tw1@gmail.com>
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.37%. Comparing base (91c5b13) to head (da8b71f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   58.37%   58.37%           
=======================================
  Files         200      200           
  Lines       50137    50137           
  Branches    50137    50137           
=======================================
  Hits        29267    29267           
  Misses      19134    19134           
  Partials     1736     1736           

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

Copy link
Member

@rwestphal rwestphal left a comment

Choose a reason for hiding this comment

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

Thanks Paul!

@rwestphal rwestphal merged commit f3dbca7 into master Dec 22, 2024
9 checks passed
@rwestphal rwestphal deleted the fix-callback-error branch December 23, 2024 00:49
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.

2 participants