lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Develop and run BDD specs written in Lua for RSpec style workflow.

I am happy to announce release 14.1.3 of Specl.

This is a tiny bugfix release to prevent stack overflows with spec files
using tables with self-referencing metatables.

Specl's home page is at http://gvvaughan.github.io/specl

## Noteworthy changes in release 14.1.3 (2015-10-26) [stable]

### Bug fixes:

  - internal `deepcopy` no longer overflows the stack when copying
    tables that are their own metatable across nested Specl
    environments.


Install it with LuaRocks, using:

    luarocks install specl 14.1.3