sapling/eden
Stanislau Hlebik 95e9e913bf mononoke: use shared error to improve error messages when inserting into the blobstore sync queue
Summary:
We didn't  print underlying causes of insertion failure. The reason we didn't was because
```
let s = format!("failed to insert {}", err);
```

used `{}`, and in order to print caused we need either `{:#}` or {:?}` - see https://docs.rs/anyhow/1.0.42/anyhow/struct.Error.html#display-representations.

However krallin suggested that we can achieve the same by  by converting the error to SharedError instead of stringifying it. Let's do that instead.

Reviewed By: krallin

Differential Revision: D29985083

fbshipit-source-id: 8ae3abcfc4db9ef62581a3e20462eb6bbfb401b6
2021-07-29 11:13:05 -07:00
..
fs provide path for trees when fetching from the datapack store 2021-07-29 10:01:02 -07:00
hg-server Remove target-based type checking in eden 2021-07-23 12:34:20 -07:00
integration make hg inform edenfs of newly created root manifests 2021-07-29 10:01:02 -07:00
locale
mononoke mononoke: use shared error to improve error messages when inserting into the blobstore sync queue 2021-07-29 11:13:05 -07:00
scm test-eager-exchange: skip part that is incompatible on Windows 2021-07-29 10:42:32 -07:00
test_support fix systemd tests locally 2021-07-09 17:24:11 -07:00
test-data fix fsck snapshot integration tests 2021-07-14 16:20:04 -07:00
.gitignore
Eden.project.toml