rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

Fixing wrong data in certain crash dump fields #15

Closed spacekookie closed 6 years ago

spacekookie commented 6 years ago

This a 🐛 bug fix.

Currently this is what the crash dump looked for a tool I wanted to use human-panic in:

name = "human-panic"
operating_system = "unix:Unknown"
crate_version = "0.2.0"
explanation = "Panic occurred in file 'libcore/option.rs' at line 335\n"
method = "Panic"

This change (using the Metadata object we pass around anyways) fixes this problem

yoshuawuyts commented 6 years ago

v0.3.0 :tada: