lua-users home
lua-l archive

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


On Wed, Mar 26, 2014 at 10:08 AM, Thomas Jericke <tjericke@indel.ch> wrote:
> lines in the debug info. It seems to me that something like a static assert
> would be the right thing here.

A very fashionable and powerful concept, although it would take some
serious thinking (and then one could revisit static asserts in
general)

Another option is another flag to lua which does a version check.
Whether we in addition need capability tests (bit32, etc) I'm not
sure.