Conversation
WalkthroughAdded safety guards to prevent out-of-bounds access in arity checking for specific built-in functions (balance, overdraft, get_asset) by conditionally performing unification only when sufficient arguments are present. A corresponding test validates the BadArity diagnostic. Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #110 +/- ##
==========================================
+ Coverage 67.75% 67.90% +0.15%
==========================================
Files 45 45
Lines 4425 4427 +2
==========================================
+ Hits 2998 3006 +8
+ Misses 1264 1260 -4
+ Partials 163 161 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.