error-chain icon indicating copy to clipboard operation
error-chain copied to clipboard

Encapsulate BacktraceFrame in a local type

Open brson opened this issue 8 years ago • 1 comments
trafficstars

The backtrace crate is < 1.0 so error-chain can't hit 1.0 without either bumping backtrace or encapsulating it.

It looks like the out-of-crate Backtrace type is already encapsulated, but BacktraceFrame is still exposed.

I'm kinda lukewarm on this. With all the changes being requested in error-chain, who knows if it'll actually hit 1.0 any time soon anyway, and it's just duplicating what's in the backtrace crate, basically making stability promises on behalf of that crate.

brson avatar Jul 24 '17 18:07 brson

Let's just make this issue low priority.

Yamakaky avatar Jul 25 '17 08:07 Yamakaky