Diego Nehab

Results 62 comments of Diego Nehab

Why have we never heard of this problem when compiling under Windows? Is this a mingw problem?

My question is this: MinGW is a way to compile stuff for Windows. It is supposed to be compatible with, or to replace Visual Studio. Somehow they added this incompatibility....

This would be great. Can we integrate VS with github CI?

This seems a bit esoteric. :) Perhaps the best place for such functionality is on a tiny external library that can use the similarly esoteric getfd() methods exposed by LuaSocket?

This general idea of trying to make a portable networking library is all nice and good until people show up trying to do hardcore networking. :) Anyway, once you are...

I don't know anything about libuv. You can probably try to hack something together using setfd(), but maybe you should just write some C to support this kind of exchange.

It would need to be added because we end up using strlen() to compute the size of the path string. The modifications seem simple, in unixdgram.c and unixstream.c. If you...

Not sure what BDD is (Some agile thing?). Do you mean that you have an app running LuaSocket on IOS? Or on a regular OS? I know nothing about IOS....

Did you try implementing a tiny echo client to isolate the issue? Or are you testing everything from inside your app? Something like ``` local socket = require"socket" local s...

Can you clarify in which scenario this difference would be relevant?