-
Notifications
You must be signed in to change notification settings - Fork 124
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
0.30.0 release roadmap #431
Comments
We should probably set deny for the Fyi this is going to become default or already is in 2021 edition. |
Pending a new release of I think we could use libc though for now to temporarily fix that problem> |
It seems like a |
This has been done |
Once this is in, how does one get the WlDisplay?. Or alternatively, if I start with a ptr to a wl_surface how do I make use of this api and get a WlSurface. EDIT: in the particular case of the display, there is Connection::display so it is not a problem, but in general it might be problematic, see https://github.com/gtk-rs/gtk4-rs/blob/master/gdk4-wayland/src/wayland_device.rs#L52 for example where in multiple places we want to get something from a foreign ptr (steat, display, surface, monitor, etc). |
You need at least a pointer to the
From that, the only missing part is |
Is there any migration guide for 0.29.* to the current version? |
There is no proper guide (yet), but you can refer to this comment for an overview of what changed |
Things to do and iterate on with alphas before the actual release
unsafe_op_in_unsafe_fn
wayland-protocols
into multiple cratesDataInit
initialization if the created object is already destroyed on callback return (for example if a protocol error was triggered) -- backend: allow server to omit ObjectData on error #458ClientData
or provide state in its callbackswayland-client
'sevent_created_child!()
with_all_objects_for
on the server/sys backendDelegateDispatch
can be fused withDispatch
: client/server: fuse DelegateDispatch into Dispatch #518And non-blocking, but overall useful thing to do: improve code coverage by writing more tests, see https://app.codecov.io/gh/Smithay/wayland-rs
The text was updated successfully, but these errors were encountered: