[Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sat Nov 30 04:04:10 MSK 2019


Thanks for the fixes!

LGTM.

On 30/11/2019 01:09, Chris Sosnin wrote:
> Sorry for my mistake again, here is the diff:
> +		const char *str = tt_sprintf("wrong number of arguments, "\
> +					     "expected %u, got %u",
> +					     op->meta->arg_count, arg_count);
> 
> branch: https://github.com/tarantool/tarantool/tree/ksosnin/gh-3884-update-error
> issue: https://github.com/tarantool/tarantool/issues/3884
> 


More information about the Tarantool-patches mailing list