summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2020-12-03 20:05:16 +0530
committerGitHub <noreply@github.com>2020-12-03 15:35:16 +0100
commit56c53d24870d7470a6aa336788093860ea05c9e7 (patch)
tree68196a52a7fb1d92b106d72643b92ffb2d9d0733 /Cargo.lock
parentc3fa9fb40e3cb0146169841e5a8a14f4e6ae2fea (diff)
feat(infra): add custom panic hook. Print backtrace and thread, error info on panic. (#75)
* Add custom panic hook. Print backtrace and thread, error info on panic. * use sync_channel and SyncSender * nit fixes and cleanup * disable custom panic hook while running tests * make separate errors.rs file and address other review comments * improve panic message * debug: does increasing time between snapshots make tests pass? (this is temporary) * fix(tests): suspend before sending quit command * fix(tests): add missing use * style(format): commas are important apparently * fix(tests): can we get away with reducing the QUIT suspense time? * fix(tests): can we get away with 50? Co-authored-by: Aram Drevekenin <aram@poor.dev>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d05c5a32e..3c7bf2c6d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -862,6 +862,7 @@ name = "mosaic"
version = "0.1.0"
dependencies = [
"async-std",
+ "backtrace",
"bincode",
"futures",
"insta",