Improve readability of CLI trace output#5104
Improve readability of CLI trace output#5104sahanaxzy wants to merge 17 commits intoboa-dev:mainfrom
Conversation
Test262 conformance changes
Tested main commit: |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5104 +/- ##
===========================================
+ Coverage 47.24% 59.77% +12.53%
===========================================
Files 476 589 +113
Lines 46892 63448 +16556
===========================================
+ Hits 22154 37929 +15775
- Misses 24738 25519 +781 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
One suggestion that I always wanted to do was to display |
|
Thanks for the suggestion... I have updated |
Monti-27
left a comment
There was a problem hiding this comment.
A couple of bugs stood out in the new stack formatter.
…anaxzy/boa into fix-trace-output-readability
Test262 conformance changes
Tested main commit: |
Description
The trace output in the CLI was difficult to read when the stack grew large — table rows would overflow the terminal width, making everything look messy.
solves #5102
Changes