Tarantool development patches archive
 help / color / mirror / Atom feed
From: Igor Munkin <imun@tarantool.org>
To: Sergey Kaplun <skaplun@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org,
	Alexander Turenko <alexander.turenko@tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH 2/2] msgpack: fix wrong mp_ext type in error message
Date: Fri, 17 Jul 2020 13:12:10 +0300	[thread overview]
Message-ID: <20200717101210.GE18920@tarantool.org> (raw)
In-Reply-To: <20200717083521.GA3979@root>

Sergey,

Thanks for the fixes you made! The patch LGTM now, except a single nit
regarding the commit message.

On 17.07.20, Sergey Kaplun wrote:
> Igor,
> 
> On 16.07.20, Igor Munkin wrote:
> > Sergey,
> > 
> > On 15.07.20, Sergey Kaplun wrote:

<snipped>

> > > 
> > > The main idea of the patch is to cherry-pick commits e476ad1 and 8ae606a
> > > to separate msgpack branch for tarantool-1.10 (only them because we
> > > don't want to add a lot of commits to LTS version). Also we should
> > > cherry-pick commit 00d770 to latest tarantool 1.10 and after that add
> > > corresponding decoding of extension type. For versions higher than 1.10
> > > (IIRC) we can just cherry-pick this patch and a test.
> > 
> > As you mentioned above, the issue is gone (or masked, whatever) in all
> > versions above 2.4.1. AFAIR everything except these versions and LTS
> > will be deprecated in a few days. So you need to fix the issue only for
> > 1.10 and nothing to be cherry-picked, right?
> 
> Hmm, I suppose that it will be enough to apply this patch only to 1.10.
> In that way we don't need C-implemented test.

I see other reviewers have mentioned in their replies that it's worth to
apply the patch for all supported versions. Since the output differs,
please create two different branches to ease the merge procedure: one to
be applied to LTS branch and another one -- for bleeding and active 2.x
stable branches. AFAICS, only the error message need to be adjusted.

> 

<snipped>

> 
> msgpack: fix wrong mp_ext type in an error message
> 
> While decoding msgpack's extension tarantool raises error as far as it
> doesn't support extension types. Error contains message about wrong
> extension type with wrong byte (the first instead of the second).
> 
> This patch adds decoding of mp_ext type and inserts it into error
> message when error is raised.

I reworded the commit message to make it a bit clearer:
| Since Tarantool doesn't support msgpack extension types, the error
| occurs while its decoding. The error message is misleading, since
| the wrong byte is used for representing the extension type.
|
| The patch adds mp_ext type decoding and the correct type value is used
| in the message when the error is raised.

Feel free to change it on your own.

> 
> Closes #5017
> ---
>  src/lua/msgpack.c             | 5 +++--
>  test/app-tap/msgpack.test.lua | 5 ++++-
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 

<snipped>

> -- 
> 2.24.1
> 
> -- 
> Best regards,
> Sergey Kaplun

-- 
Best regards,
IM

  parent reply	other threads:[~2020-07-17 10:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-15 15:56 [Tarantool-patches] [PATCH 0/2] Msgpack wrong extension " Sergey Kaplun
2020-06-15 15:56 ` [Tarantool-patches] [PATCH 1/2] lib: update msgpuck library Sergey Kaplun
2020-06-15 15:56 ` [Tarantool-patches] [PATCH 2/2] msgpack: fix wrong mp_ext type in error message Sergey Kaplun
2020-07-14 15:46   ` Igor Munkin
2020-07-15  9:32     ` Sergey Kaplun
2020-07-15 15:21       ` Sergey Kaplun
2020-07-16 20:53       ` Igor Munkin
2020-07-17  8:35         ` Sergey Kaplun
2020-07-17  9:09           ` Alexander Turenko
2020-07-17  9:54             ` Sergey Kaplun
2020-07-17  9:23           ` sergos
2020-07-17 10:12           ` Igor Munkin [this message]
2020-07-17 11:02             ` Sergey Kaplun
2020-07-17 11:27 ` [Tarantool-patches] [PATCH 0/2] Msgpack wrong extension " Kirill Yukhin

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=20200717101210.GE18920@tarantool.org \
    --to=imun@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=skaplun@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH 2/2] msgpack: fix wrong mp_ext type in 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