-
Notifications
You must be signed in to change notification settings - Fork 107
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
Ensure resize configuration events are not superseded. (Fixes #449) #450
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appears to work. I've never been crazy about this whole system, but this doesn't seem to make it any worse. We'll get a chance to discuss and improve when I implement XDG shell stable.
bors r+
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk> Co-authored-by: William Wold <william.wold@canonical.com>
Build failed |
On Saturday, 7 July 2018 02:02:12 BST, William Wold ***@***.***> wrote:
wmww approved this pull request.
Appears to work. I've never been crazy about this whole system,
but this doesn't seem to make it any worse. We'll get a chance
to discuss and improve when I implement XDG shell stable.
bors r+
This can't land in its current form without the test changes you
(correctly) rejected earlier.
This is partly correct. But, as discussed on irc, we're still sending some
spurious configure() events. That needs fixing. (Without losing any of the
necessary ones.)
My first job on Monday.
…--
Alan Griffiths. +44 (0)798 9938 758
Octopull Limited. http://www.octopull.co.uk/
|
Oh, seen your comments on the wlcs PR. Sync'd with both master branches. |
bors r=wmww |
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
Build failed |
bors r=wmww |
450: Ensure resize configuration events are not superseded. (Fixes #449) r=wmww a=AlanGriffiths Note there are couple of racy wlcs tests this breaks: XdgToplevelV6Configuration.maximized_and_unmaximized XdgToplevelV6Configuration.fullscreened_and_restored These are fixed in: canonical/wlcs#58 Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
Build succeeded |
Note there are couple of racy wlcs tests this breaks:
XdgToplevelV6Configuration.maximized_and_unmaximized
XdgToplevelV6Configuration.fullscreened_and_restored
These are fixed in: canonical/wlcs#58