Fix cargo warnings#619
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #619 +/- ##
==========================================
+ Coverage 70.81% 75.76% +4.94%
==========================================
Files 51 62 +11
Lines 2916 5030 +2114
==========================================
+ Hits 2065 3811 +1746
- Misses 851 1219 +368 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Greptile SummaryDespite the "Fix cargo warnings" title, this PR bundles three distinct changes: upgrading reqwest from 0.11 → 0.12 (and its transitive dependency chain), silencing dead-code warnings with
Confidence Score: 3/5The reqwest upgrade and warning-suppression changes are safe to merge; the compression feature should not be shipped until the fallback panic in the event-read path is fixed. Both get_event and get_events_inner call .unwrap() on serde_json::from_str after substituting raw binary bytes when decompression fails. A compressed database opened without the feature panics the DatastoreWorker thread, making the datastore permanently unavailable. aw-datastore/src/datastore.rs — the get_event and get_events_inner decompression fallback paths Important Files Changed
Reviews (1): Last reviewed commit: "fix: resolve cargo build warnings" | Re-trigger Greptile |
3c5a5aa to
f89b653
Compare
f89b653 to
d8b0826
Compare
No description provided.