RE: [ANN] LuaCSP framework: Communicating Sequential Processes in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: [ANN] LuaCSP framework: Communicating Sequential Processes in Lua
- From: Alexey Baskakov <alexey_baskakov@...>
- Date: 2013年1月15日 21:35:54 +0400
> > The only change in Lua 5.2.1 provided in LuaCSP repo is the usage of float for LUA_NUMBER.
> > Moreover, this is a separate complaint: simple substitution double -> float for LUA_NUMBER spawns many
> > errors and warnings in MSVC 2010. This wasn't that bad for Lua 5.1. I was forced to fix all the issues myself.
>
> Could you please share your changes in the Lua source code and the
> errors and warnings in MSVC 2010?
>
Thanks for prompt response!
I have sent you the files.
Sorry. Those are just warnings at W3, no errors.
Alexey.