-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
566a0d0
to
492bac2
Compare
I passed a |
Please don't do this; it makes it really hard to see which lines have changed due to the work you did, vs. just the reformatter. If you could remove that, I'd appreciate it. As long as it passes |
492bac2
to
0e46982
Compare
Ok, no problem. I just reverted the Also, the previous code replaced all occurences of For exemple during the boot sequence in:
The load and entry addresses were also replaced, this is not the case anymore. I don't know if it was done on purpose or not though. It seemed to make sense for the entry but not for the others. |
Hm, so it was a deliberate feature that finding a |
No, I've removed it when we are not parsing the stack :\
|
I think we are unnecessarily overcomplicating this perhaps?
Lower prio: how about having the file name and line number first, and the Rust function name following? Rust function names tend to become long and unreadable when using closures. |
Not intending to start a flame war or anything, but you might want to reconsider and add |
BTW, here's another way to format backtrace output (the standard Rust panics way): I'm not sure we necessarily need the frame numbers in front (what would those even mean when we are not printing a backtrace decoding, but just the decoding for a random 0x4******* PC captured from e.g. a register value or whatever?), but the rest seems quite readable. |
See #48 |
Thank you @ivmarkov ! |
Hi and thank you for
espmonitor
:)I tried to address #39 with this PR.
Here is the resulting format if you want to check:
Any suggestions are welcome :)