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" union type definition fix #53

Merged
merged 1 commit into from
Oct 5, 2018
Merged

"Table" union type definition fix #53

merged 1 commit into from
Oct 5, 2018

Conversation

macieklad
Copy link
Contributor

Suggested fix for the "Table" union type definition error

@schalkneethling
Copy link

Thanks @macieklad - Can you expand a little more on the problem you encountered? Thanks!

@schalkneethling
Copy link

Actually @macieklad - Could you open an issue describing the problem? I will then mark that as Hacktoberfest ;) Thanks for your contribution.

@macieklad
Copy link
Contributor Author

Yes, I already did it with the pull request in #54 :)

@schalkneethling
Copy link

Thanks for the fix @macieklad - I am still very new to TypeScript, and while the code and your reasoning makes complete sense, I wonder whether @Turbo87 or @DanielRuf might want to have a look at this?

@schalkneethling schalkneethling added bug Something isn't working hacktoberfest labels Oct 5, 2018
Copy link
Contributor

@DanielRuf DanielRuf left a comment

Choose a reason for hiding this comment

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

LGTM

@schalkneethling schalkneethling merged commit c1d7060 into cli-table:master Oct 5, 2018
interface VerticalTableRow {
[name: string]: Cell;
}

type CrossTable = GenericTable<CrossTableRow>;
Copy link
Contributor

Choose a reason for hiding this comment

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

removing these types should be considered a breaking change IMHO. can you please add them back?

Choose a reason for hiding this comment

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

@DanielRuf Thoughts? I am in no position to comment.

Copy link
Contributor

Choose a reason for hiding this comment

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

removing these types should be considered a breaking change IMHO. can you please add them back?

I agree here. Can we keep this type somehow?

@taichi
Copy link

taichi commented Jun 22, 2019

please release this fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants