Peter Melnichenko

Results 117 comments of Peter Melnichenko

The rock is still marked as Lua 5.1 only, even in [the 0.7.3 rockspec](http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/plain/metalua-parser-0.7.3-1.rockspec?h=v0.7.3). `lua ~> 5.1` means `lua >= 5.1, < 5.2`, it should be changed to `lua >=...

@fab13n I'm sorry to bother you again, but there is another problem with the current 0.7.3-2 rockspec - dependency on `check` is not mentioned, therefore, attempts to require() freshly installed...

@fab13n it would be very nice to have this fixed, I can't release luacheck because of this... It is only needed to add `checks` to the list of dependencies. The...

@fab13n I see. I think I'll add `checks` as dependency to my module for now. By the way it seems that `checks` could be reimplemented in Lua quite easily using...

@fab13n If you are interested, here is my attempt to make a pure Lua version of checks: https://gist.github.com/mpeterv/10748836. It should be fully compatible with it; in fact, it might work...

Not at the moment, it's rather difficult to implement.

`stat()` is bugged on Windows w.r.t. trailing slashes. Only `lfs.attributes` and `lfs.symlinkattributes` should be affected.

When did luarocks first install lfs.dll? What does `luarocks --help` output in `CONFIGURATION` section?

@stevedonovan By the way, the latest markdown on the LuaRocks is now Lua 5.2/5.3 compatible, so you can drop bundled ldoc.markdown if you want.

We should rename 'mode' in lfs 2.0 and leave the old name supported but deprecated. What's the preferred new name, 'filetype' or just 'type'?