From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B81FE46970F for ; Sat, 30 Nov 2019 03:09:43 +0300 (MSK) From: Chris Sosnin Date: Sat, 30 Nov 2019 03:09:42 +0300 Message-Id: <20191130000942.38265-1-k.sosnin@tarantool.org> In-Reply-To: <874875d2-9976-5e97-4898-9f2b6ddfe3fd@tarantool.org> References: <874875d2-9976-5e97-4898-9f2b6ddfe3fd@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, tarantool-patches@dev.tarantool.org 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