Thijs Schreijer
Thijs Schreijer
How did you build your lua binaries? Seems the microsoft toolchain is used while building lfs, whereas the Lua binaries seem to have been build with MinGW or other gcc...
whoops, only now seeing this is a very old issue, got triggered by the previous comment. @soapdog did you fix your issue? Can you post your resolution and close this...
It can be done in pure Lua I think. That said; if you can contribute a PR, that would be most welcome I think.
I vote for consitent behaviour across platforms, so thow an error if it doesn't exist
the rockspec has a constraint on Lua 5.1 - 5.3, while there is an older rockspec (0.11 version) that does not set a constraint. This currently results in the old...
experiment here: https://github.com/luarocks/cluacov/pull/1
Is this safe to use on different systems? unix vs windows, with single charcter lineends versus windows CrLf ?
btw the "L" option is useful to be in line with newer Lua versions
> > Is this safe to use on different systems? unix vs windows, with single charcter lineends versus windows CrLf ? > > @Tieske > > Yes, it is. It...
> Lua, for `file:read()` seems to just let CRs through. Is that what you want me to do here? What did you test? I tested "*L" (on OSX) and it...