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

Split legacy - part 4 #8056

Merged
merged 13 commits into from
Aug 7, 2024
Merged

Split legacy - part 4 #8056

merged 13 commits into from
Aug 7, 2024

Conversation

wmontwe
Copy link
Member

@wmontwe wmontwe commented Aug 7, 2024

Last Part 4 of the legacy split, see previous pull-request: #8054

This is a step of the Material 3 drawer implementation to move the current drawer into a separate module #8032.

The goal of this is to allow use of necessary dependencies in the new drawer feature without running into circular dependency issues and establish a standalone feature.

@wmontwe wmontwe requested a review from kewisch August 7, 2024 12:49
@wmontwe wmontwe requested a review from cketti as a code owner August 7, 2024 12:49
@@ -47,6 +41,7 @@ internal class DefaultMessageCountsProvider(
return MessageCounts(unreadCount, starredCount)
}

@Suppress("TooGenericExceptionCaught")
Copy link
Member

Choose a reason for hiding this comment

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

Do we have a strategy to remove some of these suppressions in the future? Maybe some good first bugs to file?

Copy link
Member Author

@wmontwe wmontwe Aug 7, 2024

Choose a reason for hiding this comment

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

This specific warning is generated by our detekt code quality tool, which is desired to be reported in general. But there are cases where it is wrong or it's hard to provide the exact exception. Especially as our legacy code is designed to rely on try/catch constructs quite a lot. This is something we need to address when we touch that code base, but it's not easy to do.

@wmontwe wmontwe merged commit eb898c9 into thunderbird:main Aug 7, 2024
2 checks passed
@wmontwe wmontwe deleted the split-legacy-part-4 branch August 7, 2024 15:53
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