You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at test failures, it would be immensely helpful to see stack traces with line numbers, as is the default in Rust. My guess is that these are missing because in this project debug builds are supposed to be optimised enough (for some definition of enough), but I think this is a mistake. debug builds only have exactly the purpose of providing the maximum of introspection for debugging.
This discussion was converted from issue #193 on January 23, 2026 09:30.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When looking at test failures, it would be immensely helpful to see stack traces with line numbers, as is the default in Rust. My guess is that these are missing because in this project
debugbuilds are supposed to be optimised enough (for some definition of enough), but I think this is a mistake.debugbuilds only have exactly the purpose of providing the maximum of introspection for debugging.Beta Was this translation helpful? Give feedback.
All reactions