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 147CA7030B; Fri, 19 Feb 2021 12:15:08 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 147CA7030B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1613726108; bh=/aVyuUVjWGbemUOjBZLS+gcngCNOnHqE8blpbTcT/9g=; h=Date:To:References:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=vhTAnOdkz3vI86mfLxkfAmlZ7YbdcDqNxjoL4QVGLIVeZ5mBJhwxddZlbiv1FFS5s y0DHw8agUhND+Glzwapah3VY4ln17Pf25+H+WLMhOm44quAlE9fW+vjFD4cfp9D6O3 +WC5Q8tc2a/CXo+Q/mTrinwMUNQ2vuk+2RNQg8RU= Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (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 BA03C7030B for ; Fri, 19 Feb 2021 12:15:05 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org BA03C7030B Received: by mail-lj1-f175.google.com with SMTP id u4so16561476ljh.6 for ; Fri, 19 Feb 2021 01:15:05 -0800 (PST) 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 :mail-followup-to:references:mime-version:content-disposition :in-reply-to; bh=dOSA9okC8QoxTV+4w2UKt/8LFaB94E13XvLjyi06Voc=; b=ZEkDv6+ntCpLrZJq3JqvuD83mpQYM6kyAMlMkAhhAy4NBvOJVqOEhW0ehjdlH4yJEL MUDzbkAIdfFti4g705kHqVBFp2RXcOHTxUyw1pWdAEE0pcSwY/ArfkX676GI2Q21iFWd hWVK4Ii6t0SjP5lUSs5Ku424RMjOVguaO+5eDB2OFnWA0vCEuRFkoL89DlzxE+KwqqLN T3Ywn4tfI7OKH8woyTMeY7pq9A5rfL2WaWzOBB4xq841V9iCU7IXKw+IuuJjC2Cx23L0 Rsf0fiRPUFpwPR0h6pOHzxF+jEqwTTG9+WiT7TXXVhfbSxG3Lp/cyPWwZSMbsEZuOaEn buiA== X-Gm-Message-State: AOAM530ZKYKhNakUCEbd2OwrZPx61UFh+iYxLvDWLWbZBQHV6aztvE2K WYD4HJ7zjV4HGfD67PUmptBWcHpAVw== X-Google-Smtp-Source: ABdhPJx3g3V/T037rFE/wih4EhhF4iD0kQ+w/mScedVUShr/AtK9QxqCVF/t5TbgD3La4weygqmdXA== X-Received: by 2002:a2e:8ec2:: with SMTP id e2mr5002263ljl.53.1613726104939; Fri, 19 Feb 2021 01:15:04 -0800 (PST) Received: from sterling.local ([81.25.56.224]) by smtp.gmail.com with ESMTPSA id o19sm865511lfu.182.2021.02.19.01.15.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Feb 2021 01:15:04 -0800 (PST) Received: by sterling.local (Postfix, from userid 1000) id DB77FE60068; Fri, 19 Feb 2021 12:15:03 +0300 (MSK) Date: Fri, 19 Feb 2021 12:15:03 +0300 To: Artem Starshov Message-ID: <20210219091503.GA498531@starling> Mail-Followup-To: Konstantin Osipov , Artem Starshov , Alexander Turenko , Sergey Bronnikov , tarantool-patches@dev.tarantool.org References: <612d38a3f3349c1c8cb6d3f549fd85720b7a1a23.1613674486.git.artemreyt@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <612d38a3f3349c1c8cb6d3f549fd85720b7a1a23.1613674486.git.artemreyt@tarantool.org> Subject: Re: [Tarantool-patches] [PATCHv2 2/2] lua: fix tarantool -e always enters interactive mode 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: Konstantin Osipov via Tarantool-patches Reply-To: Konstantin Osipov Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" * Artem Starshov via Tarantool-patches [21/02/18 22:36]: > + bool option_e_runned = false; run is irregular -- Konstantin Osipov, Moscow, Russia