Until the Rust implementation is complete, the current C++ implementation
can live next to it.
- Moved the C++ Blob Service code to the services/blob/cpp directory
- Adjusted Dockerfile and CMakeLists.txt to use the new location
Differential D5675 Authored by bartek on Nov 18 2022, 3:55 PM.
Details Summary Until the Rust implementation is complete, the current C++ implementation
Test Plan Docker image builds, the following commands are executing successfully:
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptNov 18 2022, 3:55 PM2022-11-18 15:55:19 (UTC+0) Harbormaster completed remote builds in B13556: Diff 18575.Nov 18 2022, 4:08 PM2022-11-18 16:08:51 (UTC+0) bartek retitled this revision from [services] Move current implementation to cpp directory to [services][blob] Move current implementation to cpp directory.Nov 18 2022, 6:46 PM2022-11-18 18:46:32 (UTC+0) Comment Actions I'd call this old instead of cpp maybe, so it's clear it's not actively-used C++ code Comment Actions
Good idea! This revision is now accepted and ready to land.Nov 22 2022, 1:50 PM2022-11-22 13:50:36 (UTC+0) Harbormaster completed remote builds in B13717: Diff 18797.Nov 24 2022, 7:50 AM2022-11-24 07:50:19 (UTC+0) Closed by commit rCOMM09897d7efea4: [services][blob] Move current implementation to cpp directory. · Explain WhyNov 29 2022, 1:15 PM2022-11-29 13:15:28 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 18797 |