fix: Remove return statement in recoverFile function#373
fix: Remove return statement in recoverFile function#373lzwind merged 2 commits intolinuxdeepin:masterfrom
Conversation
- Removed the return statement for recovered files count in StartManager::recoverFile to prevent unintended behavior. log: Remove return statement in recoverFile function bug:https://pms.uniontech.com/bug-view-324727.html
- update version to 6.5.31 log: update version to 6.5.31
|
TAG Bot TAG: 6.5.31 |
Reviewer's GuideThis PR fixes a bug in StartManager::recoverFile by removing an unintended early return so that all files are processed, and synchronizes the package’s version bump (6.5.31.1) across YAML manifests and the Debian changelog. Class diagram for StartManager::recoverFile modificationclassDiagram
class StartManager {
+int recoverFile(Window *window)
}
%% The method recoverFile previously had a 'return recFilesSum;' statement that was removed.
%% Now, recoverFile no longer returns early, ensuring all files are processed.
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review代码审查意见:
|
There was a problem hiding this comment.
Hey @dengzhongyuan365-dev - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dengzhongyuan365-dev, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
fix: Remove return statement in recoverFile function
log: Remove return statement in recoverFile function
bug:https://pms.uniontech.com/bug-view-324727.html
Summary by Sourcery
Remove premature return in recoverFile to ensure all files are processed and bump deepin-editor package version to 6.5.31.1 across manifests.
Bug Fixes:
Build:
Documentation: