Surface mkdir failures in scripts/install.sh#20
Conversation
The install_binary function now fails immediately with a clear error when mkdir -p cannot create the install directory, instead of suppressing the error with 2>/dev/null || true and falling through to a weaker writability check. Closes #9 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
Summary
install_binarynow fails immediately with a clear error whenmkdir -pcannot create the install directory, instead of suppressing the error with2>/dev/null || true.Test plan
ATB_INSTALL_DIR=/nonexistent/deep/pathnow shows themkdirfailure directlyCloses #9
🤖 Generated with Claude Code