Josh Matthews

Results 1047 comments of Josh Matthews

Windows UWP arm64 build is broken: ``` error[E0432]: unresolved import `crate::platform_impl::platform::event_loop::WindowLongPtr` --> C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\winit-0.26.1\src\platform_impl\windows\window.rs:44:51 | 44 | event_loop::{self, EventLoopWindowTarget, WindowLongPtr, DESTROY_MSG_ID}, | ^^^^^^^^^^^^^ no `WindowLongPtr` in `platform_impl::platform::event_loop` error[E0412]: cannot find type...

There's already a PR for this at https://github.com/servo/servo/pull/15825, but it's blocked on https://github.com/servo/servo/issues/19242 for some reason.

I don't see value in moving that functionality into servo - we already depend on the crate, and it won't disappear. Having the code inside servo implies that servo developers...

@bors-servo r+

@bors-servo r- I don't know why homu tried to merge this one.