From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 85D20445320 for ; Mon, 13 Jul 2020 17:18:42 +0300 (MSK) From: Aleksandr Lyapunov Date: Mon, 13 Jul 2020 17:18:04 +0300 Message-Id: <1594649887-15890-1-git-send-email-alyapunov@tarantool.org> Subject: [Tarantool-patches] [PATCH v2 0/3] Simplify alter.cc List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org Since we use C++ we need to use in a way that benefits its advantages. At least we should remove useless try-catch blocks. GH issue: https://github.com/tarantool/tarantool/issues/5153 GH branch: https://github.com/tarantool/tarantool/tree/alyapunov/gh-5153-simplify-alter-cc v2: after-CR fixes, remove function-try block. Aleksandr Lyapunov (3): alter: use good c++ style alter: fix codestyle alter: do not catch exceptions when it's not necessary src/box/alter.cc | 192 +++++++++++++++++++++++++++---------------------------- 1 file changed, 94 insertions(+), 98 deletions(-) -- 2.7.4