From: Chris Sosnin <k.sosnin@tarantool.org> To: v.shpilevoy@tarantool.org, tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message Date: Sat, 30 Nov 2019 03:09:42 +0300 [thread overview] Message-ID: <20191130000942.38265-1-k.sosnin@tarantool.org> (raw) In-Reply-To: <874875d2-9976-5e97-4898-9f2b6ddfe3fd@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
next prev parent reply other threads:[~2019-11-30 0:09 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-27 8:53 Chris Sosnin 2019-11-27 22:55 ` Vladislav Shpilevoy 2019-11-28 12:28 ` Chris Sosnin 2019-11-29 23:25 ` Vladislav Shpilevoy 2019-11-30 0:09 ` Chris Sosnin [this message] 2019-11-30 1:04 ` Vladislav Shpilevoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20191130000942.38265-1-k.sosnin@tarantool.org \ --to=k.sosnin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2] tuple: fix non-informative update() error message' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox