signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.55k stars 415 forks source link

bridge: When converting panics to errors, check for String too #391

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

See https://github.com/rust-lang/rfcs/issues/1389. This describe_panic function is already used in the signal-neon-futures crate but there's not really a common place to factor it out.

jrose-signal commented 2 years ago

Spurious failure in the CocoaPod test (trying to fetch a dependency), and it passed before the rebase, so I'm merging anyway.