Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix #26

Merged
merged 10 commits into from
Aug 15, 2024
Merged

Build fix #26

merged 10 commits into from
Aug 15, 2024

Conversation

romangg
Copy link
Member

@romangg romangg commented Aug 15, 2024

Adapt to Wrapland and wlroots changes. Fix clang-tidy CI run.

romangg added 10 commits August 14, 2024 11:45
New version of clang now checks for that. Ignore the error like with gcc.
After breaking change in Wrapland.
New clang version comes with clang-format breaking changes.
Without this the script always has exit code 0.
The QPointer is marked by clang-tidy as use-after-free. We can listen for the
delegate destruction instead manually with a connection.
On master branch we develop against the next wlroots version.
Copy link

codecov bot commented Aug 15, 2024

Codecov Report

Attention: Patch coverage is 26.31579% with 70 lines in your changes missing coverage. Please review.

Project coverage is 50.73%. Comparing base (33c6450) to head (983bd30).
Report is 10 commits behind head on master.

Files Patch % Lines
como/render/effect/interface/quick_scene.cpp 0.00% 23 Missing and 3 partials ⚠️
como/input/wayland/fake/touch.h 0.00% 15 Missing ⚠️
como/input/wayland/fake/pointer.h 0.00% 6 Missing ⚠️
...kglobalaccel/runtime/global_shortcuts_registry.cpp 0.00% 4 Missing ⚠️
como/render/x11/mouse_intercept_filter.h 0.00% 2 Missing ⚠️
como/win/x11/moving_window_filter.h 0.00% 2 Missing ⚠️
como/win/x11/screen_edges_filter.h 0.00% 2 Missing ⚠️
plugins/windowsystem/windowsystem.cpp 0.00% 2 Missing ⚠️
tests/integration/effects/scripted_effects.cpp 0.00% 2 Missing ⚠️
como/base/x11/user_interaction_filter.h 0.00% 1 Missing ⚠️
... and 8 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   50.78%   50.73%   -0.05%     
==========================================
  Files         939      939              
  Lines       87348    87397      +49     
  Branches    45514    45110     -404     
==========================================
- Hits        44356    44343      -13     
+ Misses      39514    38022    -1492     
- Partials     3478     5032    +1554     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@romangg romangg merged commit 14e9735 into winft:master Aug 15, 2024
14 of 16 checks passed
@romangg romangg deleted the build-fix branch August 15, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant