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

Remove set_layout_rect and fix deprecation declarations. #2340

Merged
merged 2 commits into from
Jan 22, 2023

Conversation

xStrom
Copy link
Member

@xStrom xStrom commented Jan 21, 2023

WidgetPod::set_layout_rect has been soft-deprecated since #1289. Then #2149 changed its signature. I considered changing its signature back to the previous one and giving it a proper deprecation declaration. However looking at the code, it doesn't even set the widget's layout rect. So at this point the method has outlived its usefulness and should be removed.

use_simple_logger deprecation declaration was incorrectly claiming version 0.7, so I changed it to 0.8.

The Parse widget was deprecated way back in #1377 and even declared so in the changelog. However the struct never got a proper declaration. Better late than never.

@xStrom xStrom added maintenance cleans up code or docs S-needs-review waits for review labels Jan 21, 2023
@xStrom xStrom removed the S-needs-review waits for review label Jan 22, 2023
@xStrom xStrom merged commit 3904d52 into linebender:master Jan 22, 2023
@xStrom xStrom deleted the deprecations branch January 22, 2023 22:10
xStrom added a commit to xStrom/druid that referenced this pull request Jan 22, 2023
xStrom added a commit to xStrom/druid that referenced this pull request Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance cleans up code or docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants