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

refactor: Shrink interface of KurtEvent and rename as KurtStream #7

Merged
merged 1 commit into from
May 6, 2024

Conversation

jemc
Copy link
Collaborator

@jemc jemc commented May 6, 2024

As discussed with @InfraK, we want to shrink the interface a bit because it will lessen the impact of future changes to the final event structure.

In doing so, we also decided to rename some things, such that the word result is only used for the final event of the stream, rather than the entire stream itself.

BREAKING CHANGE: finalText and finalData have been removed, and some types have been renamed

As discussed with @InfraK, we want to shrink the interface a bit
because it will lessen the impact of future changes to the final
event structure.

In doing so, we also decided to rename some things, such that
the word `result` is only used for the final event of the stream,
rather than the entire stream itself.

BREAKING CHANGE: `finalText` and `finalData` have been removed, and some types have been renamed
@jemc jemc requested review from andreszorro and InfraK May 6, 2024 16:59
@jemc jemc self-assigned this May 6, 2024
@jemc jemc merged commit 4cad11e into main May 6, 2024
1 check passed
@jemc jemc deleted the refactor/rename-kurt-stream-result branch May 6, 2024 17:13
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.

2 participants