aegisub@3.4.2: Persist more files - #18490
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe Aegisub manifest now copies all JSON files during pre-install. During pre-uninstall, it creates the persistence directory and copies JSON files except Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change updates package persistence behavior, and no actionable merge-blocking risk remains based on the supplied evidence; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@bucket/aegisub.json`:
- Around line 21-23: Restrict both the pre_uninstall persistence enumeration and
the pre_install restoration enumeration to root-level JSON files only, using a
*.json filter or the existing supported-configuration allow-list. Preserve
persistence for configuration JSON while excluding executables, DLLs,
documentation, and other package files; verify with a clean install, uninstall,
and reinstall.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: b2fee834-ab29-4b78-a4f5-935220c96442
📒 Files selected for processing (1)
bucket/aegisub.json
|
/verify |
|
All changes look good. Wait for review from human collaborators. aegisub
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. aegisub
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. aegisub
|
|
Wait, Edit: okay, never mind, the email notification was formatted incorrectly and I noticed a problem, but everything looks fine in the web UI |
Dynamically add to the persist all JSON configuration files that are placed by automations directly in the app's root directory
<manifest-name[@version]|chore>: <general summary of the pull request>