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

Fix a typo in a type name #758

Conversation

ankon
Copy link
Contributor

@ankon ankon commented Jun 10, 2020

Note that this technically is a backwards-incompatible change (the type TopicPartitionOffsetAndMedata is no longer exported), which feels ok to me. If it isn't this could be "fixed" by exporting the old type name as well as

export type TopicPartitionOffsetAndMedata = TopicPartitionOffsetAndMetadata

@Nevon
Copy link
Collaborator

Nevon commented Jun 10, 2020

I definitely think your proposal of exporting the old type as well is the way to go here. Don't want to break people's build on a non-major version release. You can add a TODO comment to remove on the next major release.

@ankon
Copy link
Contributor Author

ankon commented Jun 10, 2020

Fair enough :)

@Nevon Nevon merged commit 0100749 into tulios:master Jun 10, 2020
@ankon ankon deleted the pr/fix-typo-type-TopicPartitionOffsetAndMetadata branch June 10, 2020 12:53
@Nevon Nevon mentioned this pull request Jan 29, 2021
10 tasks
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.

None yet

2 participants