update to use ppmd from 7zip 26.01#992
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 (2)
✅ Files skipped from review due to trivial changes (2)
WalkthroughPPMd dependency version updated from Changes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 553b1815-7076-43db-8df7-0f22ae49c8b8
📒 Files selected for processing (2)
.github/workflows/ppmd-dependabot.ymlCMakeLists.txt
|
Does the dependabot script open PRs with the new versions? |
Afraid not. That would need cmake support from dependabot and it isn't there at the moment. There is an open ticket to get cmake support added , but that is now a few years old. See dependabot/dependabot-core#7451 All this quick-and-dirty dependabot does is fail if it finds the hard-wired version is different upstream. I only spotted this because I got a failure email from my fork of this repo. Think we decided to keep with explicit versions of the 7zip source because there was a breaking API change at one point with the PPMd source. The alternative is to clone the latest code from upstream and deal with any failures as they happen. |
|
I think it might not be that hard to have the current workflow create a PR. I can take a look at it later I guess. |
refresh with latest 7zip upstream source