-
Notifications
You must be signed in to change notification settings - Fork 5
[23757] Formatting the output #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d578965
to
dbf5167
Compare
dbf5167
to
d4f3133
Compare
d4f3133
to
4320cfc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just optimizing performance
4320cfc
to
a7ce23d
Compare
a7ce23d
to
52889fb
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
==========================================
- Coverage 60.71% 55.46% -5.25%
==========================================
Files 27 26 -1
Lines 1718 1381 -337
Branches 706 530 -176
==========================================
- Hits 1043 766 -277
- Misses 299 317 +18
+ Partials 376 298 -78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
824bd34
to
324fcfe
Compare
324fcfe
to
55ed623
Compare
Signed-off-by: zesk1999 <[email protected]>
c75ebf8
to
8ace4bd
Compare
Signed-off-by: zesk1999 <[email protected]>
Description
Previously, topic data printed by Fast DDS Spy was heavily indented and multiline, making long arrays and nested objects verbose and harder to read at a glance.
Solution
This PR reformats the printed JSON to be more compact and readable by:
The change only affects output formatting, not the data content or serialization logic.