Skip to content
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

print_utils: minor cleanups #362

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

andlaus
Copy link
Member

@andlaus andlaus commented Nov 20, 2024

this is a minor follow-up to #359: table columns are now always of type List[str], better variable names for the column lists (´*_column´) and removal of the now unused tabulate dependency...

Andreas Lauser <[email protected]>, on behalf of MBition GmbH.
Provider Information

@andlaus andlaus requested a review from kayoub5 November 20, 2024 11:34
@CLA-Mercedes-Benz
Copy link

CLA-Mercedes-Benz commented Nov 20, 2024

CLA assistant check
All committers have signed the CLA.

table columns are now always of type `List[str]` and better variable
names for the column lists (´*_column´) ...

Signed-off-by: Andreas Lauser <[email protected]>
Signed-off-by: Katja Köhler <[email protected]>
@andlaus andlaus force-pushed the minor_printutils_fixes branch from 12b9ad2 to 442d9cb Compare November 20, 2024 11:41
@kayoub5
Copy link
Collaborator

kayoub5 commented Nov 20, 2024

dependency not actually removed, did you forget to commit a file?

@kayoub5
Copy link
Collaborator

kayoub5 commented Nov 20, 2024

Note to self: the compare tool really needs cleanup

such notes go into tickets, otherwise they get lost in the commit history

this is now replaced by `rich.table`.

Note to self: the `compare` tool *really* needs cleanup.

Signed-off-by: Andreas Lauser <[email protected]>
Signed-off-by: Katja Köhler <[email protected]>
@andlaus andlaus force-pushed the minor_printutils_fixes branch from c11afc9 to d103e28 Compare November 20, 2024 13:35
@andlaus
Copy link
Member Author

andlaus commented Nov 20, 2024

in the initial version of the PR I removed the dependency, then the CI complained because compare still used it (an error which I did not catch locally because ´tabulate´ is still installed on my machine), so v2 of the PR added it again. This caused me to change compare to rich.table as well, so the latest version of removes it again...

@andlaus
Copy link
Member Author

andlaus commented Nov 20, 2024

such notes go into tickets, otherwise they get lost in the commit history

done: #363

thanks to [at]kayoub5 for the nudge!

Signed-off-by: Andreas Lauser <[email protected]>
Signed-off-by: Katja Köhler <[email protected]>
@andlaus andlaus merged commit 874d169 into mercedes-benz:main Nov 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants