lua-users home
lua-l archive

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


> On 27 April 2015 at 22:05, Ignacio Burgueño <iburgueno@gmail.com> wrote:
>> Why such short code is considered to be "too complex"?

On Mon, Apr 27, 2015 at 2:56 PM, Peter Hickman
<peterhickman386@googlemail.com> wrote:
> Does not seem to touch on any of the issues that the code raises. Which I
> why I believe that the poster has conducted no investigation.

A better error message might aid investigation.

For example:

test.lua:10: function or expression exceeds frame capacity near '2'

As an error message, "too complex" is cryptic.

-Parke