Tarantool development patches archive
 help / color / mirror / Atom feed
From: Yaroslav Dynnikov <yaroslav.dynnikov@tarantool.org>
To: lvasiliev <lvasiliev@tarantool.org>
Cc: Yaroslav Dynnikov <Yaroslav.dynnikov@tarantool.org>,
	tarantool-patches@dev.tarantool.org,
	Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH v3 2/2] Delete flags which can't be used with tarantoolctl rocks
Date: Mon, 13 Apr 2020 15:16:04 +0300	[thread overview]
Message-ID: <CAK0MaD1xScdHgMabkL9fvFVcncEofjiYLAJTqTxvSq7=XwvtHg@mail.gmail.com> (raw)
In-Reply-To: <deab58c0-cdcd-e388-bea9-b99881c28b24@tarantool.org>

[-- Attachment #1: Type: text/plain, Size: 2799 bytes --]

Hi, Leonid.

LGTM

On Mon, 13 Apr 2020 at 14:59, lvasiliev <lvasiliev@tarantool.org> wrote:

> Has been discarded from patchset.
>
> On 09.04.2020 9:33, Leonid Vasiliev wrote:
> > ---
> > Added changes according to
> https://lists.tarantool.org/pipermail/tarantool-patches/2020-April/015459.html
> > I discussed the transfer of the blacklist to Luaroсks with
> > Alexander Turenko at the beginning of the assignment and
> > was decided that it's overkill since we already have patches specific
> for tarantool.
> >
> >   src/luarocks/cmd/help.lua | 5 -----
> >   src/luarocks/util.lua     | 4 ----
> >   2 files changed, 9 deletions(-)
> >
> > diff --git a/src/luarocks/cmd/help.lua b/src/luarocks/cmd/help.lua
> > index dcc9e35..202fe43 100644
> > --- a/src/luarocks/cmd/help.lua
> > +++ b/src/luarocks/cmd/help.lua
> > @@ -62,12 +62,7 @@ function help.command(description, commands, command)
> >                              (overrides any entries in the config file)
> >       --only-sources=<url>   Restrict downloads to paths matching the
> >                              given URL.
> > -        --lua-dir=<prefix>     Which Lua installation to use.
> > -     --lua-version=<ver>    Which Lua version to use.
> >       --tree=<tree>          Which tree to operate on.
> > -     --local                Use the tree in the user's home directory.
> > -                            To enable it, see ']]..program..[[ help
> path'.
> > -     --global               Use the system tree when `local_by_default`
> is `true`.
> >       --verbose              Display verbose output of commands executed.
> >       --timeout=<seconds>    Timeout on network operations, in seconds.
> >                              0 means no timeout (wait forever).
> > diff --git a/src/luarocks/util.lua b/src/luarocks/util.lua
> > index 8ccda27..96d4536 100644
> > --- a/src/luarocks/util.lua
> > +++ b/src/luarocks/util.lua
> > @@ -101,7 +101,6 @@ local supported_flags = {
> >      ["force"] = true,
> >      ["force-fast"] = true,
> >      ["from"] = "<server>",
> > -   ["global"] = true,
> >      ["help"] = true,
> >      ["home"] = true,
> >      ["homepage"] = "\"<url>\"",
> > @@ -113,14 +112,11 @@ local supported_flags = {
> >      ["lib"] = "<library>",
> >      ["license"] = "\"<text>\"",
> >      ["list"] = true,
> > -   ["local"] = true,
> >      ["local-tree"] = true,
> >      ["lr-bin"] = true,
> >      ["lr-cpath"] = true,
> >      ["lr-path"] = true,
> > -   ["lua-dir"] = "<path>",
> >      ["lua-version"] = "<vers>",
> > -   ["lua-versions"] = "<versions>",
> >      ["lua-ver"] = true,
> >      ["lua-incdir"] = true,
> >      ["lua-libdir"] = true,
> >
>


-- 
С уважением.
Дынников Ярослав.

[-- Attachment #2: Type: text/html, Size: 4227 bytes --]

  reply	other threads:[~2020-04-13 12:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-09  6:33 [Tarantool-patches] [PATCH v3 0/2] Adapt luarocks for tarantoolctl Leonid Vasiliev
2020-04-09  6:33 ` [Tarantool-patches] [PATCH v3 1/2] Add the chdir option for make Leonid Vasiliev
2020-04-09  6:33 ` [Tarantool-patches] [PATCH v3 2/2] Delete flags which can't be used with tarantoolctl rocks Leonid Vasiliev
2020-04-13 11:59   ` lvasiliev
2020-04-13 12:16     ` Yaroslav Dynnikov [this message]
2020-04-10  0:00 ` [Tarantool-patches] [PATCH v3 0/2] Adapt luarocks for tarantoolctl Vladislav Shpilevoy
2020-04-10  8:41   ` lvasiliev
2020-04-10 17:02   ` Yaroslav Dynnikov
2020-04-10 18:37     ` lvasiliev
2020-04-11 14:23     ` Vladislav Shpilevoy
2020-04-12 17:25       ` lvasiliev
2020-04-12 18:30         ` Yaroslav Dynnikov
2020-04-12 19:52           ` Vladislav Shpilevoy
2020-04-13  7:44           ` lvasiliev
2020-04-13 11:07 ` lvasiliev

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='CAK0MaD1xScdHgMabkL9fvFVcncEofjiYLAJTqTxvSq7=XwvtHg@mail.gmail.com' \
    --to=yaroslav.dynnikov@tarantool.org \
    --cc=lvasiliev@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v3 2/2] Delete flags which can'\''t be used with tarantoolctl rocks' \
    /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