Update JSValue.toSliceClone to use JSError#24949
Conversation
|
Updated 9:14 PM PT - Nov 21st, 2025
❌ @autofix-ci[bot], your commit ac1184d has 3 failures in
🧪 To try this PR locally: bunx bun-pr 24949That installs a local version of the PR into your bun-24949 --bun |
WalkthroughThe PR converts error handling for string conversion methods from nullable/orelse patterns to throwing error patterns in JSValue, specifically changing Changes
Possibly related PRs
Suggested reviewers
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (8)
🧰 Additional context used🧠 Learnings (23)📓 Common learnings📚 Learning: 2025-11-03T20:40:59.655ZApplied to files:
📚 Learning: 2025-09-02T19:17:26.376ZApplied to files:
📚 Learning: 2025-10-01T21:59:54.571ZApplied to files:
📚 Learning: 2025-11-03T20:43:06.996ZApplied to files:
📚 Learning: 2025-10-24T10:43:09.398ZApplied to files:
📚 Learning: 2025-09-25T22:07:13.851ZApplied to files:
📚 Learning: 2025-09-05T19:49:26.188ZApplied to files:
📚 Learning: 2025-09-30T22:53:19.887ZApplied to files:
📚 Learning: 2025-10-18T20:50:47.750ZApplied to files:
📚 Learning: 2025-09-02T18:09:21.647ZApplied to files:
📚 Learning: 2025-09-12T18:16:50.754ZApplied to files:
📚 Learning: 2025-09-05T19:49:26.188ZApplied to files:
📚 Learning: 2025-09-06T03:37:41.154ZApplied to files:
📚 Learning: 2025-10-17T20:50:58.644ZApplied to files:
📚 Learning: 2025-09-19T19:55:22.427ZApplied to files:
📚 Learning: 2025-10-26T04:50:17.892ZApplied to files:
📚 Learning: 2025-11-12T05:43:49.804ZApplied to files:
📚 Learning: 2025-09-02T18:27:23.279ZApplied to files:
📚 Learning: 2025-10-11T15:19:30.301ZApplied to files:
📚 Learning: 2025-09-05T18:45:29.200ZApplied to files:
📚 Learning: 2025-11-11T22:55:04.070ZApplied to files:
📚 Learning: 2025-09-26T01:10:04.233ZApplied to files:
🔇 Additional comments (7)
Comment |
What does this PR do?
Removes a TODO
How did you verify your code works?