You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix assign to undeclared variable error
Tarantool in debug build has strict mode enabled by default.
As result before this patch we faced an error "assign to
undeclared variable".
* fix error messages for new Tarantool versions
- netbox timeout error was changed (tarantool/tarantool#6538)
- error on connection refused was extended
* optimize errors.wrap for one object case
Simple errors.wrap loop.
After patch: 0.000611
Before patch: 0.094577
The main reason - we could eliminate table creation in case if
only one object should be wrapped.
0 commit comments