Open
Description
Audience/target: Tarantool developers
Root document: https://www.tarantool.io/en/doc/latest/dev_guide/lua_style_guide/
@Mons has decided, that all Lua functions should now throw errors instead of returning them as nil, err
like before. On the other hand, he says this is only for Tarantool functions. Not for module functions.
That does not affect any of the existing functions, and is only a rule for the new ones. Must be added to Lua style guide.
I don't know motivation behind this though. Suggest to ask @Mons.