07th-mod / 07th-mod/python-patcher
Display Summary of Warnings at end of install
- Dominant language
- JavaScript
- Stars
- 214
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, the installer will know something went wrong, but continue the installation anyway.
An example is if the installer is installing a Language patch, but it can't find a matching sharedassets0.assets file, it will just use the default one rather than terminating the installation.
It would be nice to show a summary of these warnings at the end of the install, so it's more obvious something may have went wrong.
- [ ] Flag warnings for common warning cases
- [ ] Display Summary of warnings at end of install
- [ ] Do not display green "Install Completed Successfully" if warnings were generated - instead display yellow "Install Completed with Warnings"
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the installer's main script and the logic handling language patches and sharedassets0.assets files. Identify where warnings are currently generated and stored. The goal is to collect these warnings, display a summary at the end, and change the success message to yellow when warnings exist. Check if there's an existing logging or warning system to extend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100