Azat Khuzhin
Azat Khuzhin
Maybe #383 didn't guard all places with `flock`, but there is more simple approach, but just wrapping the whole `autojump` inside `flock`, like: `alias autojump='flock /tmp/autojump.lock autojump'` @trou can you...
Hm, how this can happens? Did you machine powered off abnormally (i.e. via power button)? Also maybe `autojump` called from regular `sh` (instead of `bash`) in parallel? Since in this...
>Is it possible, in the callback function for event x, to call event_free(x)? Yes, it should be. >Reading the code of event_process_active_single_queue I am lead to think the answer is...
Hi, good question, but let's look at the existing bits. (all above about `epoll`) > For instance, a server in the process of closing a connection may unsubscribe from EV_READ...
@bschlinker hi! Sorry for the delay and many thanks for such verbose descriptions! >I've done a rough cut of this and would like to upstream. Yes, please! (actually I missed...
>I will start creating EV_ERR and EV_HUP; let me know if you have other preferred names. `EV_ERR` defined in win32 AFAICS, `EV_ERROR` is not, let use it then
@bschlinker by the way do you have any ETA? I'm planning to make a 2.2 alpha release (#1094) and want to include this change too
Sorry for such a huge delay. >EV_ERROR is defined on mac, but it only warns -- do you have a suggestion for another name? or let it warn?: `EV_EVENT` maybe...
This is a known flaky test issue, that is time related
Do you have something specific in your env? Does it fails always? Increasing timeout on the asserted lines fixes the issue?