From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id EFB976EC5D; Mon, 5 Apr 2021 13:31:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org EFB976EC5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1617618669; bh=dlT4FsFqr1HMDbr35hEcE4qEo5fco93c/2rasD6it5Y=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=trHxnVu14F6kKBq820RUv4uUmjCxXhEeK0sW1MMTaxN5/dRc3317myayLPa2dLFn9 O9nS4hDromSgvO5nHfVM/x/3wAlRg0Iee/JeAbf3ATdmIot5mlUrkhSvmh3ybDffGr mzfcqmUIeoVa4ITWuXmGpZqZPJSaNq7GX8ibHAWA= Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 5F3DF6EC5D for ; Mon, 5 Apr 2021 13:31:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 5F3DF6EC5D Received: by mail-lj1-f174.google.com with SMTP id 184so12208189ljf.9 for ; Mon, 05 Apr 2021 03:31:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=nuU2erkmp9oANhfDna3OYNS0cF1D/HZgF4kxz0KP5pk=; b=Om6Zao98RdBFVizv93dDcpL5AwUasGRcN/M4wX6FfrDtYaN3hix7fRXD810iTiM0y5 fzyGHVNQ7nxLLseTxoHdoOMfoCwZTZkVPb6xf3x6u+HM3WrCmVyBB4RPTp91tL59xclQ ErKi7uZ/ntnCpoYrAVcQmGSBLLeISELhy19ARujWyzeL0wKFgyffKUrEK4DszvEteOiG lVGElVllhMxqVq+9PO/TzE6KTIrKdpHjnjMzh+YGUZEB2MsJDiL8fRteCQSjlH3PD8m0 BuRqFUM6OGMgPxnh69h7Yc4Zpy+yNJd+fd3lE3JmRTEHJ1HviJXWK7USxwzFgBMeuT5K eW9w== X-Gm-Message-State: AOAM532Zm6b0w8qrovI2+KXSPa7zKrBGuB0K8Rd6sA41FqjnF5GZYZdp 9+E1F0L8SqM0pPFG19h/lM8DXdraZho= X-Google-Smtp-Source: ABdhPJwzUb7ZH8Rbhf3GLDxYddj8Wmbt/iE3QBpfZOMfjBfrbIgMqhYj3ve5MKcmkCcCvKdgwAQVlQ== X-Received: by 2002:a2e:bc0c:: with SMTP id b12mr16000470ljf.502.1617618667276; Mon, 05 Apr 2021 03:31:07 -0700 (PDT) Received: from grain.localdomain ([5.18.171.94]) by smtp.gmail.com with ESMTPSA id i19sm1624372lfe.136.2021.04.05.03.31.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Apr 2021 03:31:05 -0700 (PDT) Received: by grain.localdomain (Postfix, from userid 1000) id 5A0CE5601CD; Mon, 5 Apr 2021 13:31:04 +0300 (MSK) Date: Mon, 5 Apr 2021 13:31:04 +0300 To: Serge Petrenko Cc: tml , Vladislav Shpilevoy Message-ID: References: <20210402123420.885834-1-gorcunov@gmail.com> <20210402123420.885834-3-gorcunov@gmail.com> <86272ef6-4e54-9e12-5107-37d643e46954@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86272ef6-4e54-9e12-5107-37d643e46954@tarantool.org> User-Agent: Mutt/2.0.5 (2021-01-21) Subject: Re: [Tarantool-patches] [PATCH v20 2/7] box/func: module_reload -- drop redundant argument X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Cyrill Gorcunov via Tarantool-patches Reply-To: Cyrill Gorcunov Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" On Mon, Apr 05, 2021 at 01:26:03PM +0300, Serge Petrenko wrote: > > > 05.04.2021 13:23, Serge Petrenko via Tarantool-patches пишет: > > > > > > 02.04.2021 15:34, Cyrill Gorcunov пишет: > > > The only purpose of the module argument is to > > > notify the caller that the module doesn't exist. > > > Lets simply the code and drop this argument. > typo: simply -> simplify Thanks! I'll force update this typo.