getLegacyGitAccessor(): Don't ignore errors#425
Conversation
|
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 (1)
📝 WalkthroughWalkthroughThe change replaces multiple Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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 docstrings
🧪 Generate unit tests (beta)
Comment |
|
Is there an easy way to add a regression test for this? |
Motivation
Fix a regression introduced in fbf176d that caused
getLegacyGitAccessor()to ignore errors from Git. This could lead to empty Git exports in the Nix store.Context
Summary by CodeRabbit
Bug Fixes