Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Cc: tarantool-patches@freelists.org,
	Vladimir Davydov <vdavydov.dev@gmail.com>
Subject: Re: [tarantool-patches] [PATCH 0/2] uri: fixups after move to lib
Date: Wed, 27 Feb 2019 19:06:50 +0300	[thread overview]
Message-ID: <20190227160650.mchzjzifyqh52rg7@tkn_work_nb> (raw)
In-Reply-To: <20190227154829.ptdegrscv75frwkd@tkn_work_nb>

Travis-CI is green, so I pushed the fix into 2.1.

1.10 is not affected.

WBR, Alexander Turenko.

On Wed, Feb 27, 2019 at 06:48:29PM +0300, Alexander Turenko wrote:
> I also added test-run update to fix app-tap/http_client.test.lua. It is
> not related to uri.c moving, but I cannot test this patchset without
> that fix. Hope it is okay to not being too formal and propose it as part
> of this patchset.
> 
> The description is the following. The commit contains only test-run
> update.
> 
> commit 4e4846df761573d04c914cf0669eb1cb490f4df7
> Author: Alexander Turenko <alexander.turenko@tarantool.org>
> Date:   Wed Feb 27 18:35:58 2019 +0300
> 
>     test: update test-run
>     
>     * Added basic luacov support.
>     * Added use_unix_sockets_iproto option.
>     * Fixed TARANTOOL_SRC_DIR on >=tarantool-2.1.1-322-g3f5f59bb5.
>       - It is important for app-tap/http_client.test.lua, it fails now.
>     * Renamed pre_cleanup to pretest_clean.
>     * pretest_clean: clean up _cluster space.
> 
> Now all should be good, awaiting for travis:
> 
> https://travis-ci.org/tarantool/tarantool/builds/499340382
> 
> WBR, Alexander Turenko.
> 
> On Wed, Feb 27, 2019 at 05:29:17PM +0300, Vladislav Shpilevoy wrote:
> > Thanks for the hotfix of my broken commit!
> > 
> > The patchset almost LGTM, except for reference to
> > the problematic issue - usually we do not paste the
> > whole commit message and meta. We just write something
> > like that:
> > 
> > "
> >  The bug was introduced by d735b6bfb18ed5cdaa020f247326dfcfd72d47b4:
> >  Move 'uri' lib to src/lib/
> > "
> > 
> > When you copypaste the whole commit meta, you accidentally
> > catch also issue references like 'Needed for #3234', despite
> > the fact, that this fix is not needed for the issue.
> 
> It is maybe good property: a fixup of an issue fix is related to the
> issue. But anyway I changed the commit message to fit our style.
> 
> > 
> > Please, fix the commit links, and then LGTM.
> > 
> > Thanks again. Shame on me.
> > 
> > On 27/02/2019 14:17, Alexander Turenko wrote:
> > > no issue
> > > https://github.com/tarantool/tarantool/tree/Totktonada/uri-c-move-fixups
> > > https://travis-ci.org/tarantool/tarantool/builds/499212106 (in progress
> > > now)
> > > 
> > > Changes:
> > > 
> > > * Fixed lcov / coveralls-lcov errors.
> > > * Fixed `make ragel` command.
> > > 
> > > This is follow up of the following commit:
> > > 
> > > commit d735b6bfb18ed5cdaa020f247326dfcfd72d47b4
> > > Author: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
> > > Date:   Mon Feb 25 18:21:36 2019 +0300
> > > 
> > >      Move 'uri' lib to src/lib/
> > >      URI and core libraries are going to be used by SWIM, stored in
> > >      src/lib. But src/lib can not depend on src/. This patch pushes
> > >      URI library down to src/lib - the lowest level of source
> > >      dependencies.
> > >      Needed for #3234
> > > 
> > > Warnings / error examples:
> > > 
> > > * https://travis-ci.org/tarantool/tarantool/jobs/498692663#L3741
> > > * https://travis-ci.org/tarantool/tarantool/jobs/498692663#L4197
> > > 
> > > Alexander Turenko (2):
> > >    uri: fix uri.c debug info for lcov
> > >    uri: fix uri.c generation command (make ragel)
> > > 
> > >   src/lib/uri/CMakeLists.txt |   2 +-
> > >   src/lib/uri/uri.c          | 550 ++++++++++++++++++-------------------
> > >   2 files changed, 276 insertions(+), 276 deletions(-)
> > > 
> > > -- 
> > > 2.20.1
> > > 
> > > 

      parent reply	other threads:[~2019-02-27 16:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 11:17 Alexander Turenko
2019-02-27 11:17 ` [PATCH 1/2] uri: fix uri.c debug info for lcov Alexander Turenko
2019-02-27 11:17 ` [PATCH 2/2] uri: fix uri.c generation command (make ragel) Alexander Turenko
2019-02-27 14:29 ` [tarantool-patches] [PATCH 0/2] uri: fixups after move to lib Vladislav Shpilevoy
2019-02-27 15:48   ` Alexander Turenko
2019-02-27 15:54     ` [tarantool-patches] " Vladislav Shpilevoy
2019-02-27 16:06     ` Alexander Turenko [this message]

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=20190227160650.mchzjzifyqh52rg7@tkn_work_nb \
    --to=alexander.turenko@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --cc=v.shpilevoy@tarantool.org \
    --cc=vdavydov.dev@gmail.com \
    --subject='Re: [tarantool-patches] [PATCH 0/2] uri: fixups after move to lib' \
    /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