[Tarantool-patches] [PATCH 0/2] Simplify alter.cc
Aleksandr Lyapunov
alyapunov at tarantool.org
Wed Jul 8 12:13:05 MSK 2020
+Ilya Kosarev
and forgot again:
GH issue: https://github.com/tarantool/tarantool/issues/5153
GH branch:
https://github.com/tarantool/tarantool/tree/alyapunov/gh-5153-simplify-alter-cc
On 08.07.2020 12:07, Aleksandr Lyapunov wrote:
> 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(-)
>
More information about the Tarantool-patches
mailing list