-
Notifications
You must be signed in to change notification settings - Fork 266
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
replace table writer with go-pretty #2292 #2296
replace table writer with go-pretty #2292 #2296
Conversation
I was just targeting the replacement, tried to stick with the original logic that was there. |
@hyposcaler-bot Tried it out for the fun of it.. Looks good. |
Some smoke tests related to the inspect are failing, need to get a handle on the smoke tests, having some issued getting them to run locally on my machine. Then will poke and see what's up. |
Sounds good. If time permits I'll check the PR on my flight today If anything I will take care of the tests later as well |
Re tests. The devcontainer should handle them I hope. |
Mostly does, but I get some failures locally on the tests, that don't seem to fail when github runs them. For the failures when github runs the smoke test, think they are just failing because of the difference between |
Yes, the failures are definitely about the table border char |
Think I have the smoke tests sorted, added a ${table-delimit} set to |
I did a few drastic changes to the table layout. And open to have a discussion around it https://discord.com/channels/860500297297821756/1307642193300688999 I expect more tests to fail due to each node to occupy two rows |
…unctionality in the headers
this file might not be available on some VMs like OrbStack on macos, and the error will anyhow be detected when setting up a connection with the netlink socket
shipping this baby |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2296 +/- ##
==========================================
+ Coverage 50.59% 51.39% +0.80%
==========================================
Files 172 172
Lines 16770 16830 +60
==========================================
+ Hits 8484 8649 +165
+ Misses 7369 7257 -112
- Partials 917 924 +7
|
@hellt for #2292 Lightly tested, but should be functional enough to judge if you like the change.