Page MenuHomePhabricator

[blob][feature-flags] Replace deprecated methods
ClosedPublic

Authored by bartek on Aug 17 2023, 9:08 AM.
Tags
None
Referenced Files
F3231696: D8850.diff
Tue, Nov 12, 12:01 PM
Unknown Object (File)
Sun, Oct 27, 3:42 PM
Unknown Object (File)
Sep 27 2024, 11:38 PM
Unknown Object (File)
Sep 27 2024, 10:27 PM
Unknown Object (File)
Sep 27 2024, 10:27 PM
Unknown Object (File)
Sep 27 2024, 10:26 PM
Unknown Object (File)
Sep 27 2024, 10:19 PM
Unknown Object (File)
Sep 21 2024, 11:40 AM
Subscribers

Details

Summary

In D8789 new methods were introduced for database attribute parsing. This diff replaces the deprecated methods with the new ones.

Test Plan

Cargo build

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Aug 17 2023, 11:55 PM
bartek added inline comments.
services/blob/src/database/old.rs
1

The gRPC service is about to be deleted so I haven't bothered myself with updating this file

services/blob/src/service.rs
214

Unrelated, just a Clippy warn fix

This revision is now accepted and ready to land.Aug 18 2023, 9:35 AM