enhance: esp8266 add more text to exceptions numbers#49
Conversation
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated Xtensa exception handling by replacing short exception identifiers with detailed human-readable descriptions. Enhanced ChangesXtensa Exception Descriptions and Message Formatting
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 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 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/crashDecoder.ts`:
- Around line 1452-1470: Replace the two malformed exception description strings
in src/crashDecoder.ts: change 'Privileged: Attempt to execute a privileged
operation when CRING ? 0' to a clear condition (e.g. 'Privileged: Attempt to
execute a privileged operation when CRING != 0') and change 'LoadStorePrivilege:
A load or store referenced a virtual address at a ring level less than ' to
match the corresponding instruction fetch message (e.g. 'LoadStorePrivilege: A
load or store referenced a virtual address at a ring level less than CRING');
update the exact entries that currently contain those old strings so user-facing
fault output is no longer truncated or typoed.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4d7c4576-b68d-4a7c-a9ff-9110cf0c3279
📒 Files selected for processing (2)
src/crashDecoder.tssrc/test/crashDecoder.test.ts
Summary by CodeRabbit