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

[2.6] Cherry-pick #1225 - Fix SET commands with overlapping paths #1236

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

ephraimfeldblum
Copy link
Collaborator

cherry-pick #1225 to 2.6

* not the solution. still brainstorming

* some refactoring

* more refactoring. rustification

* more refactoring. rustification

* missed variable renaming

* making cargo fmt shut up

* seriously, i wrote "if let None ="?

* found where i changed logic. reverted changed logic without reverting refactor

* some more refactoring

* didn't even need try_for_each

* "else { false }" grates on me

* turbofish soup is disgusting

* lazily index

* fix the case of merge

* fmt

* per review

* resolve unused using

* turbofish soup is disgusting

* hate fmt

(cherry picked from commit 04551a9)
@ephraimfeldblum ephraimfeldblum requested a review from iddm August 27, 2024 06:55
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 93.75000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 78.37%. Comparing base (0d10ee0) to head (d00a017).
Report is 1 commits behind head on 2.6.

Files Patch % Lines
redis_json/src/key_value.rs 91.22% 5 Missing ⚠️
redis_json/src/ivalue_manager.rs 92.85% 3 Missing ⚠️
json_path/src/json_path.rs 50.00% 1 Missing ⚠️
redis_json/src/commands.rs 98.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              2.6    #1236      +/-   ##
==========================================
- Coverage   78.47%   78.37%   -0.11%     
==========================================
  Files          14       14              
  Lines        3972     3921      -51     
==========================================
- Hits         3117     3073      -44     
+ Misses        855      848       -7     

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

@ephraimfeldblum ephraimfeldblum merged commit 28f6f77 into 2.6 Aug 27, 2024
8 of 9 checks passed
@ephraimfeldblum ephraimfeldblum deleted the cp-1225-to-2.6 branch August 27, 2024 09:29
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