[tarantool-patches] [PATCH 1/8] lua: fix box.error.raise

Konstantin Osipov kostja at tarantool.org
Tue May 8 18:36:30 MSK 2018


* Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [18/04/16 21:44]:
> It did not work because raise is implemented as __index metatable
> member, and error() is __call metatable member. The second one
> takes additional implicit argument - self.

box.error.raise() is not documented.

And since it doesn't work, we can be sure it's not used.

Please remove it instead.


-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list