From: Igor Munkin <imun@tarantool.org> To: Olga Arkhangelskaia <arkholga@tarantool.org> Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Subject: Re: [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Date: Thu, 11 Jun 2020 19:49:24 +0300 [thread overview] Message-ID: <20200611164924.GS5745@tarantool.org> (raw) In-Reply-To: <20200610094354.31831-1-arkholga@tarantool.org> Olya, Thanks for the series! I left all patch-related comments in the corresponding replies. Here are also a couple not related to the code but the patchset itself. On 10.06.20, Olga Arkhangelskaia wrote: > @ChangeLog > While using local console one can use '\' to carry the line without > setting the delimiter. > Works only with local console. I guess the last line can be dropped, since you've already mentioned local console in the first line. Also please add the issue at the end of the sentence. > > Changes v2: > Added test case Minor: Please look how the changes between versions should be listed in our contribution guide[1] (or in your previous patches). > > Olga (1): This looks like a mess with the author both here and on the remote branch. Please fix it before the patch is applied to the stable ones. > test: add libisatty to test local console > > Olga Arkhangelskaia (1): > console: add line carrying backslash > > src/box/lua/console.lua | 18 ++++++++----- > test/CMakeLists.txt | 8 ++++++ > test/app-tap/gh-4317.test.lua | 51 +++++++++++++++++++++++++++++++++++ > test/isatty.c | 5 ++++ > 4 files changed, 76 insertions(+), 6 deletions(-) > create mode 100755 test/app-tap/gh-4317.test.lua > create mode 100644 test/isatty.c > > -- > 2.20.1 (Apple Git-117) > [1]: https://www.tarantool.io/en/doc/2.2/dev_guide/developer_guidelines/ -- Best regards, IM
next prev parent reply other threads:[~2020-06-11 16:58 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-10 9:43 Olga Arkhangelskaia 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Olga Arkhangelskaia 2020-06-11 16:47 ` Igor Munkin 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 2/2] console: add line carrying backslash Olga Arkhangelskaia 2020-06-11 16:48 ` Igor Munkin 2020-06-16 14:39 ` Alexander Turenko 2020-06-11 16:49 ` Igor Munkin [this message] 2020-07-08 18:42 ` [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Alexander Turenko 2020-07-09 6:01 ` Olga Arkhangelskaia
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=20200611164924.GS5745@tarantool.org \ --to=imun@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=arkholga@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2 0/2] console: support of backslash' \ /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