Skip to content

@gvvaughan gvvaughan released this Sep 23, 2018 · 4 commits to master since this release

A singleton module for setting and querying debug hints, with support for multiple levels of logging verbosity, and std.strict, std.maturity & typecheck modules bundled in.

I am happy to announce release 1.0.1 of std._debug.

This module spun out of lua-stdlib as a replacement for the previously used shared global _DEBUG setting to avoid polluting the global namespace of client code.

Noteworthy changes in release 1.0.1 (2018-09-22) [stable]

New Features

  • Initial support for Lua 5.4.

Install it with LuaRocks using:

luarocks install std._debug 1.0.1
Assets 2
Sep 22, 2018

v1

maint: release administrivia.
* NEWS.md: Record release date.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Oct 15, 2017

v1.0

Release v1.0
You can’t perform that action at this time.