Matt Mastracci

Results 166 comments of Matt Mastracci

I'm trying to reproduce exactly what happens, but it appears as if it's got something to do w/palm rejection. My left hand rests on the trackpad's left side while the...

One more capture that I managed to reproduce (still no reliable way to do it). It's another "elapsed > 333" switch-to-mouse.

Hi, thanks for this patch. Give me a bit to look at it. Do you have a link to the Rust changeset allowing println in shutdown? I think I want...

I suspect that this is fixed now with the latest __cxa_atexit code in 0.1.25. Please feel free to reopen.

I confirmed that this is because the other file contains no other used functions. Rust is pruning the module entirely, despite it being marked as used. By adding a fake...

Marking as fixed as upstream is fixed.

Going to close this one as async + ctor will probably not be easy to support.

Most likely `dtor` will be disappearing in a 1.0 release as it's been finicky to get working. I just need some time to get around to doing that major release.

FWIW I'd be open to a discussion of the future of the API, but I think it is difficult to get this working cross-platform.

For ctor 1, I'm going to split the dtor functionality out into its own crate, where we can experiment with different design decisions. I've create a placeholder crate for `dtor`...