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

Table::getDisplayLines() should not output excessive lines when no rows #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

slaFFik
Copy link
Contributor

@slaFFik slaFFik commented Sep 28, 2023

Fix #164.

@slaFFik slaFFik requested a review from a team as a code owner September 28, 2023 21:10
@slaFFik slaFFik changed the title Table::getDisplayLines() should not output excessive lines Table::getDisplayLines() should not output excessive lines when no rows Sep 28, 2023
Copy link
Member

@danielbachhuber danielbachhuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make sure the tests are addressed accordingly?

@slaFFik
Copy link
Contributor Author

slaFFik commented Sep 29, 2023

Yes, sure, I will try to do that today/tomorrow.
Sorry for missing them (was in jeopardy when creating this PR and forgot to check the checks' status, my bad).

@slaFFik
Copy link
Contributor Author

slaFFik commented Sep 29, 2023

@danielbachhuber, test Test_Table_Ascii::testDrawWithHeadersNoData() fixed, all checks are 🍏.

@danielbachhuber
Copy link
Member

@slaFFik What do you think about avoiding the back compat break? #164 (comment)

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.

Table::getDisplayLines() can output excessive lines
2 participants