test(engine): expand profile merge coverage#552
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
Droid finished @EffortlessSteven's task —— View job Droid review complete. No inline comments were posted (0 candidates). No candidate comments to validate or post; the PR is limited to additional profile-merge unit tests and looks correct. |
Compatibility Layer Usage ReportCurrent usage count: 193 📈 Usage Trend (Last 30 Days)
Usage Details
... and 183 more occurrences Migration GuideTo migrate these usages, replace:
See Migration Patterns for detailed examples. |
Motivation
Description
crates/engine/src/profile_merge.rsthat verify scalar hierarchy behavior forffb_gain,degrees_of_rotation, andtorque_capso child default scalars do not erase parent overrides.FilterConfigfully replaces parent filter configuration (reconstruction, friction, damper, inertia, slew rate, andcurve_points)...Default::default()to avoid clippy field-reassign warnings).Testing
python scripts/cargo_fmt_workspace.pyand it completed successfully.cargo clippy -p racing-wheel-engine --all-targets -- -D warningsand it completed without warnings.cargo test -p racing-wheel-engine profile_mergeand all new and existingprofile_mergetests passed (20 passed, 0 failed).Codex Task