lua-users home
lua-l archive

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


Hi,

I found that Ravi cannot execute lpeg tests. Upon further
investigation, it seems the issue is because Ravi expects '#' operator
to return an integer result, but lpeg defines a metamethod for this
operator that returns a userdata object.

Is this a violation of the contract for # operator, or is my
understanding incorrect about the result of this operator?

Thanks and Regards
Dibyendu