Fix mapTypeArguments()#7793
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change fixes a loop state bug in `TypeArgumentMapper.mapTypeArguments`. Previously, the `current` variable was never reassigned within the while loop that traverses `pathToSupertype`, causing subsequent iterations to continue processing the same `TypeRecord` instead of advancing. The fix adds a single line assigning `current = next` at the end of the loop body, ensuring the traversal correctly progresses through the path on each iteration. Changes
Related issues: None specified. Related PRs: None specified. Suggested labels: bug, framework Suggested reviewers: None specified. PoemA rabbit hopped along a path so true, 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✨ 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 |
No description provided.