Depends on D5097
Raised in https://phab.comm.dev/D5035#148669
We can construct rust::Strings in c++ instead of passing const char*s from c++ to rust.
Paths
| Differential D5099 Authored by • karol on Sep 9 2022, 7:07 AM.
Details Summary Depends on D5097 Raised in https://phab.comm.dev/D5035#148669 We can construct rust::Strings in c++ instead of passing const char*s from c++ to rust. Test Plan Services build, tests pass.
Diff Detail
Event TimelineHerald added a reviewer: • jon. · View Herald TranscriptSep 9 2022, 7:07 AM2022-09-09 07:07:46 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Sep 9 2022, 7:08 AM2022-09-09 07:08:40 (UTC-7) • karol edited the summary of this revision. (Show Details)Sep 9 2022, 7:11 AM2022-09-09 07:11:05 (UTC-7) • karol added a parent revision: D5098: [services] Rust Integration - Backup - Rust - Fix backup utils. • karol mentioned this in D5035: [services] Rust Integration - Backup - Rust - Multiple put clients. Harbormaster completed remote builds in B12056: Diff 16556.Sep 9 2022, 7:22 AM2022-09-09 07:22:13 (UTC-7) This revision now requires changes to proceed.Sep 9 2022, 7:30 AM2022-09-09 07:30:16 (UTC-7)
Harbormaster completed remote builds in B12076: Diff 16576.Sep 12 2022, 1:49 AM2022-09-12 01:49:34 (UTC-7) This revision now requires changes to proceed.Sep 12 2022, 9:11 AM2022-09-12 09:11:07 (UTC-7) • karol edited the summary of this revision. (Show Details)Sep 13 2022, 1:09 AM2022-09-13 01:09:53 (UTC-7)
Harbormaster completed remote builds in B12110: Diff 16617.Sep 13 2022, 1:41 AM2022-09-13 01:41:29 (UTC-7) This revision is now accepted and ready to land.Sep 15 2022, 9:02 AM2022-09-15 09:02:38 (UTC-7) Harbormaster completed remote builds in B12182: Diff 16710.Sep 15 2022, 9:27 AM2022-09-15 09:27:48 (UTC-7) This revision was landed with ongoing or failed builds.Sep 19 2022, 7:28 AM2022-09-19 07:28:43 (UTC-7) Closed by commit rCOMMfad989a99d6c: [services] Backup - Blob Get Client - Pass rust string instead of const char* (authored by • karol). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B12285: Diff 16847.Sep 19 2022, 7:45 AM2022-09-19 07:45:43 (UTC-7)
Revision Contents
Diff 16856 services/backup/blob_client/src/get_client.rs
services/backup/blob_client/src/lib.rs
services/backup/blob_client/src/put_client.rs
services/backup/blob_client/src/tools.rs
services/backup/src/Reactors/server/AddAttachmentsUtility.cpp
|