raddebugger-alpha: Add version 0.9.24-alpha#2675
raddebugger-alpha: Add version 0.9.24-alpha#2675z-Fng merged 2 commits intoScoopInstaller:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughA new manifest file Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with raddebugger
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @bucket/raddebugger.json:
- Line 9: Investigate the mismatched SHA256 for the "hash" entry
("450756d6c3804a479766905649017c438fbdf4d5f4573acc4d91e9e30da4ef93") in
bucket/raddebugger.json: download the raddbg.zip artifact referenced for
v0.9.24-alpha, compute its SHA256 locally, and compare against the value; if the
artifact is correct, replace the stored hash with the computed SHA256, or if the
artifact is incorrect, obtain the official raddbg.zip for v0.9.24-alpha and
update both the artifact and the "hash" field accordingly, then re-run
verification to ensure the "hash" matches the official release.
🧹 Nitpick comments (1)
bucket/raddebugger.json (1)
2-2: Consider removing the "v" prefix from the version field to follow Scoop conventions.Scoop manifests typically exclude the "v" prefix from the version field and include it in URL templates where needed. While the current implementation is internally consistent, following this convention improves maintainability.
♻️ Proposed refactor to align with Scoop conventions
- "version": "v0.9.24-alpha", + "version": "0.9.24-alpha","checkver": { "url": "https://api.github.com/repos/EpicGamesExt/raddebugger/releases/latest", - "jsonpath": "$.tag_name" + "jsonpath": "$.tag_name", + "regex": "v([\\d.]+-alpha)" },"autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/EpicGamesExt/raddebugger/releases/download/$version/raddbg.zip" + "url": "https://github.com/EpicGamesExt/raddebugger/releases/download/v$version/raddbg.zip" } } }Also applies to: 8-8, 14-15, 20-20
📜 Review details
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
bucket/raddebugger.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: AndisGrossteins
Repo: ScoopInstaller/Versions PR: 2575
File: bucket/perl-pdl.json:5-5
Timestamp: 2025-11-11T14:02:01.033Z
Learning: In bucket/perl-pdl.json, Strawberry Perl PDL stopped releasing 32-bit versions after 5.32.1.1, while 64-bit continues to receive updates. The manifest correctly uses the latest 64-bit version as the global version field since Scoop schema doesn't support architecture-specific version properties.
📚 Learning: 2025-11-11T14:02:01.033Z
Learnt from: AndisGrossteins
Repo: ScoopInstaller/Versions PR: 2575
File: bucket/perl-pdl.json:5-5
Timestamp: 2025-11-11T14:02:01.033Z
Learning: In bucket/perl-pdl.json, Strawberry Perl PDL stopped releasing 32-bit versions after 5.32.1.1, while 64-bit continues to receive updates. The manifest correctly uses the latest 64-bit version as the global version field since Scoop schema doesn't support architecture-specific version properties.
Applied to files:
bucket/raddebugger.json
🔇 Additional comments (1)
bucket/raddebugger.json (1)
13-16: Verify that checkver correctly detects alpha releases.The
/releases/latestendpoint on GitHub excludes pre-releases by default. If v0.9.24-alpha is marked as a pre-release on the GitHub repository, checkver may not detect it correctly or may report a different stable version instead.
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with raddebugger
|
|
/verify |
|
All changes look good. Wait for review from human collaborators. raddebugger
|
|
@coderabbitai resolve |
✅ Actions performedComments resolved. |
|
/verify |
|
All changes look good. Wait for review from human collaborators. raddebugger-alpha
|
z-Fng
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
The manifest will update automatically as the package updates, as long as the upstream releases new packages that follow the same pattern defined in the manifest. If there are any other changes, feel free to submit a PR.
Add the alpha release of raddebugger
Relates to:
<manifest-name[@version]|chore>: <general summary of the pull request>Summary by CodeRabbit