Fix #33698: Locale problems in IntInputValidator [4.7.3]#33701
Fix #33698: Locale problems in IntInputValidator [4.7.3]#33701mathesoncalum wants to merge 2 commits into
Conversation
|
@coderabbitai full review |
✅ Action performedFull review finished. |
|
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 (3)
📝 WalkthroughWalkthroughThis PR refactors 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Infer (1.2.0)src/framework/uicomponents/qml/Muse/UiComponents/tests/intinputvalidator_tests.cppsrc/framework/uicomponents/qml/Muse/UiComponents/tests/intinputvalidator_tests.cpp:22:10: fatal error: 'gtest/gtest.h' file not found ... [truncated 1197 characters] ... /local/include" "-internal-isystem" src/framework/uicomponents/qml/Muse/UiComponents/validators/intinputvalidator.cppIn file included from src/framework/uicomponents/qml/Muse/UiComponents/validators/intinputvalidator.cpp:22: ... [truncated 1307 characters] ... r/local/include" "-internal-isystem" 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 |
Resolves: #33698
The comma was causing problems here (this is basically the same idea as #30299). Not sure why but the
IntInputValidatortests file also appears to have been dropped at some point - I've re-enabled it and everything seems to be passing.