[DockWindow v2] CI. Enabled KDDockWidgets v2 by default#34240
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (5)
📝 WalkthroughWalkthroughUpdated the 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsLinked repositories: Public OSS repositories can only analyze public repositories installed in this organization. No linked repositories were analyzed; skipped 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 `@CMakeLists.txt`:
- Line 195: Update the MUSE_MODULE_DOCKWINDOW_KDDOCKWIDGETS_V2 setting so it
defaults to ON only when the variable is not already defined, preserving
explicit OFF values passed by ninja_build.sh. Use a NOT DEFINED guard or an
equivalent cache default around this setting.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 690ca906-6ab5-4c2d-a64f-67b011771904
📒 Files selected for processing (6)
.github/workflows/build_all.yml.github/workflows/build_linux.yml.github/workflows/build_macos.yml.github/workflows/build_windows.ymlCMakeLists.txtmuse
🚧 Files skipped from review as they are similar to previous changes (4)
- muse
- .github/workflows/build_all.yml
- .github/workflows/build_windows.yml
- .github/workflows/build_macos.yml
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 `@CMakeLists.txt`:
- Around line 196-198: Update the MUSE_MODULE_DOCKWINDOW_KDDOCKWIDGETS_V2
initialization block to set the default only when the variable is undefined,
using CMake’s defined-variable check. Preserve explicitly supplied ON and OFF
values, including those forwarded by ninja_build.sh.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 4c611011-a9ff-41de-aab9-8f8ad6b373d4
📒 Files selected for processing (6)
.github/workflows/build_all.yml.github/workflows/build_linux.yml.github/workflows/build_macos.yml.github/workflows/build_windows.ymlCMakeLists.txtninja_build.sh
🚧 Files skipped from review as they are similar to previous changes (4)
- .github/workflows/build_macos.yml
- .github/workflows/build_windows.yml
- .github/workflows/build_all.yml
- .github/workflows/build_linux.yml
After fixing critical bugs, I think we are ready to move to v2