Add dependency artifact manifest packaging#118
Conversation
|
@coderabbitai review |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (23)
📝 WalkthroughWalkthroughThis PR adds deterministic dependency artifact manifest packaging to the release pipeline. A new generator script reads dependency descriptors from ChangesDependency artifact manifest
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Summary
Closes #117.
release-artifacts/dependencies/and generaterelease-artifacts/latest/dependency-artifact-manifest.jsonNotes
StreamCoreat 24,135 runtime bytes with 441 bytes of EIP-170 headroom.Validation
python scripts\test_dependency_artifact_manifest.pypython scripts\generate_dependency_artifact_manifest.py --checkpython scripts\test_release_manifest.pypython scripts\generate_release_manifest.py --checkpython scripts\test_release_checksums.pypython scripts\generate_release_checksums.py --checkpython -m py_compile scripts\generate_dependency_artifact_manifest.py scripts\test_dependency_artifact_manifest.py scripts\generate_release_artifacts.py scripts\generate_release_checksums.py scripts\generate_release_manifest.py scripts\test_release_manifest.pybash -n scripts/check.shmake checkpowershell -ExecutionPolicy Bypass -File scripts\check.ps1git diff --check(only known Windows line-ending warnings)Summary by CodeRabbit
Release Notes
New Features
Chores