| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
You can also find more information about the race here https://blog.vladzahorodnii.com/2026/03/24/addressing-global-removal-race-in-wayland/
| Code-Review | +1 |
lgtm, please wait for Kramer's secondary approval before submitting this change
if (self->fixes_ && wl_fixes_get_version(self->fixes_.get()) >=nit: use wl::get_version_of_object:
```
if (self->fixes_ && wl::get_version_of_object(self->fixes_.get()) >=
WL_FIXES_ACK_GLOBAL_REMOVE_SINCE_VERSION) {
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (self->fixes_ && wl_fixes_get_version(self->fixes_.get()) >=nit: use wl::get_version_of_object:
```
if (self->fixes_ && wl::get_version_of_object(self->fixes_.get()) >=
WL_FIXES_ACK_GLOBAL_REMOVE_SINCE_VERSION) {
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
warp is a new event. Should I add a noop function?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Alternatively, perhaps the changes can be split so wayland is updated and an OnWarp function is added, then this patch only adds support for the ack_global_remove request.
Ah, the build failure comes from angle, which is a different repo. We need at least something like this https://invent.kde.org/-/snippets/3847 there.
`fetch angle` fails for me. Can somebody help me with fixing ANGLE please?