Conversation
|
The pull request title and content should not have any prefix, emojis (the AI/LLM smell) and non-English contents. Kenji Mouri |
|
Also, we should make the least intrusive modifications (a.k.a. introducing as least modification mark as possible) to the inherited 7-Zip codebase. And reuse the functions from Project Mile libraries like https://github.com/ProjectMile/Mile.Windows.Helpers/tree/main/Mile.Helpers, which is referenced by NanaZip. Kenji Mouri |
|
According to two issues, I think you should rebase your implementation hand by hand (the commit descriptions should also be changed), and change the pull request title. Kenji Mouri |
I’m unable to directly edit the current PR title. Would it be possible for you to help update it, or should I open a new PR instead? I have already cleaned up the commit messages to remove the previous prefixes/emojis/non-English content, and I have also adjusted the code according to your suggestions. Thank you for your guidance. |
|
Your code implementation still has issues. I think it's time to close the issue. Do not be lazy, use Visual Studio (not Code) to edit, build, and debug. Also, read the commits history for NanaZip first and learn how to write a proper commit description. Also, at least learn from NanaZip/NanaZip.Modern/ProgressPage.cpp Lines 23 to 65 in 03afc4e I also don't want to mention the code style issues again. (Also, I searched the NanaZip's Pull Request history, some guy did a same feature, but he chose to be lazy. It's not acceptable.) You must read https://github.com/M2Team/NanaZip/blob/main/CONTRIBUTING.md carefully. And you must write your final commit with the required coding style without AI/LLM before you making that online. It's important for acceptable code quality to help for the future maintenance. Kenji Mouri |
Add a switch for better display size


Resolve #616