malcolmstill / foxwhale

A Wayland compositor written in Zig
MIT License
28 stars 0 forks source link

bug: compiles but errors around sending data to clients #52

Closed malcolmstill closed 3 years ago

malcolmstill commented 3 years ago

I'm putting together a PR (https://github.com/malcolmstill/foxwhale/pull/51) to update to 0.8.0 and add some GitHub actions.

Whilst I've made sufficient changes to get foxwhale to compile, and I can (briefly) render weston-terminal (for example) I'm crashing when attempting to send data back. Clearly I can send some data but something is upsetting it.

malcolmstill commented 3 years ago

Fixed by #51