Robbie Lyman
Robbie Lyman
this PR refactors libxev to avoid using `usingnamespace` in favor of manually importing the relevant decls into their corresponding structs. i believe this change involves zero changes to the public...
if `r.recvfrom` is `error.Canceled`, the call to `std.net.Address.initPosix` fails, because it is passed garbage data. this PR creates a bogus address in the case that `r.recvfrom` is *any* error, in...
It looks like [the Lua 5.5 beta](https://www.lua.org/work/doc/readme.html#changes) is now available!