Nathan Hartland

Results 5 issues of Nathan Hartland

Might be nice to provide support for obfuscating the source code by compiling to lua bytecode. This would depend on using a specific version of luajit so that would need...

It would be nice to have love-build be able to include custom icons in the produced builds.

PR tracking development changes

Assertions on pattern equality through `assertEquals` that worked in v3.3 are failing in v3.4 of luaunit. This is despite the metamethod _eq_ returning *true* for the failing cases. E.g ```...

This is currently a bit tedious and potentially easy to forget to do when releasing a new version. Should be possible to do this in the same manner as the...