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

feat(text)!: remove unnecessary lifetime from ToText trait #1234

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

joshka
Copy link
Member

@joshka joshka commented Jul 22, 2024

BREAKING CHANGE: The ToText trait no longer has a lifetime parameter.
This change simplifies the trait and makes it easier implement.

BREAKING CHANGE: The ToText trait no longer has a lifetime parameter.
This change simplifies the trait and makes it easier implement.
@joshka joshka merged commit c34fb77 into main Jul 22, 2024
33 checks passed
@joshka joshka deleted the jm/to-text branch July 22, 2024 11:24
@orhun
Copy link
Member

orhun commented Jul 26, 2024

Oops, I guess I missed this. Thanks for fixing it :)

@joshka
Copy link
Member Author

joshka commented Jul 26, 2024

No probs - it's breaking, but not in a way that is likely to harm anyone significantly.

@EdJoPaTo
Copy link
Contributor

As I just wondered about it: This is not listed in BREAKING-CHANGES.md as it's a change to a not yet released addition (#1167). Still the automation thinks the next release has to be breaking as it includes this PR.

joshka added a commit to erak/ratatui that referenced this pull request Oct 14, 2024
)

BREAKING CHANGE: The ToText trait no longer has a lifetime parameter.
This change simplifies the trait and makes it easier implement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants