Bryant Mairs
Bryant Mairs
Whoops, missed our 2nd commit; You should create a new PR where you don't have the .bak files being added and then removed.
I think this same issue affects `gtk-sys::gtk_drag_dest_set` where the `targets` argument should be a `*const GtkTargetEntry`.
You should just be able to do `sudo cargo test`. You may need to run it like `sudo cargo test -- --test-threads=1` or `RUST_TEST_THREADS=1 sudo cargo test` to prevent these...
I just searched all of `/usr/include` on my mac, and I don't see any `SOCK_NONBLOCK` and `SOCK_CLOEXEC` flags declared. So I'm not certain how async functionality is exposed on Mac,...
Okay, so this is all pretty interesting. The code as it stands at HEAD is incorrect and this code doesn't fix the problem properly as well I don't think. What...
@kristate I understand your rationale for wanting this feature as I did read your original reply, but I disagree that this functionality should exist. Regarding your two points: 0. We...
> I really think that the API was trying to be rusty from the beginning. I was just fixing a bug. But the code is still wrong even after this...
As to address you specific question: "the readme for this project even states "The goal is to not provide a 100% unified interface, but to unify what can be while...
> should be called directly after socket if no atomic behavior exists in the kernel, so does that not mean that we are providing the best practice for downstream users?...
@kristate after #909 is merged, would you like to rebase this and reduce it to just the tests you added? Those would still be very helpful!