From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 34B64445320 for ; Wed, 8 Jul 2020 12:07:11 +0300 (MSK) From: Aleksandr Lyapunov Date: Wed, 8 Jul 2020 12:07:08 +0300 Message-Id: <1594199230-26036-1-git-send-email-alyapunov@tarantool.org> Subject: [Tarantool-patches] [PATCH 0/2] 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. As I see, there are tons of try-catch blocks in alter.cc. We should use more modern techniques and approaches. Aleksandr Lyapunov (2): alter: use good c++ style alter: use proper way to marry C and C++ src/box/alter.cc | 418 +++++++++++++++++++++++-------------------------------- 1 file changed, 177 insertions(+), 241 deletions(-) -- 2.7.4