Commit Graph

6 Commits

Author SHA1 Message Date
Caleb Maclennan 42311877f0
fix: Fix builtin module doc's invalid syntax
These are kind of pseudo code, but there doesn't seem to be any reason
to use bogus Lua syntax either.
2020-10-02 01:06:18 +03:00
Caleb Maclennan f979400edb
chore: Add lint ignore overrides for warnings that get a pass
Mostly because refactoring these is hard, double negatives are much
harder to follow logic wise and there isn't much point in refactoring
these loops unless they need other work.
2020-10-02 01:06:18 +03:00
Caleb Maclennan c780179897
style: Fix file encoding, dos→unix line endings 2020-10-02 01:06:17 +03:00
steve donovan 4fbb2aca79 update docs to Lua 5.2/5.3 2016-06-19 12:36:54 +02:00
Steve Donovan 5e18d2ad4c check builtin references. Builtin files are now all requireable (without module) 2013-08-22 09:15:16 +02:00
steve donovan abd89a1ab8 builtin references are now .lua files for better LuaRocks integration 2012-03-19 15:04:16 +02:00