Input::isRelative(): Fix assertion failure#474
Conversation
This happens if a lockfile contains an input with an unknown `type` field.
1b2bd3e to
bbbac4d
Compare
|
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)
📝 WalkthroughWalkthroughInput methods that depend on a scheme now gracefully handle null schemes. ChangesNull scheme error handling
🎯 2 (Simple) | ⏱️ ~8 minutes
🚥 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 |
Motivation
This happens if a lockfile contains an input with an unknown
typefield.Spotted in a Sentry crash report.
Context
Summary by CodeRabbit
Release Notes