Skip to content

Hooray a stable, steady release

Compare
Choose a tag to compare
@tilkinsc tilkinsc released this 02 Sep 10:06
· 214 commits to master since this release

Release Information

About

This a windows 64bit build which uses luajit and was compiled with -O2 -g0 and luajit-2.0 (lua51.dll) using mingw64.

Licenses included with the source.

Change Run Down

  • Implemented piping fully. Use < and | to your hearts extent.
  • Actually is built with the correct date for the release here in the --help
  • Overhauled under-the-hood building stuffs
  • Bug fixes with error reporting
  • Optional error verbosity (only can be changed by compiling it yourself)
  • Ability to handle non-metatable and non-string arguments and handle number/bool objects (must compile yourself)
  • Stack dump is now complete with all types
  • Fixed build scripts dumping text with REM because lack of no @echo off
  • Fixed new line issues if they existed they won't now
  • Swapped dummy files for .gitignore files
  • Other bug fixes

Testing

Includes testing.lua, which prints out arguments input using the -n switch at the end - the arg table and tuple if applicable. It displays use of the -D switch using the 'test' variable print. It tries to call an invalid function for error testing display. It now requires 'luaadd'.dll for example of modules being able to be loaded successfully.