tarantool/tarantool

Port error.cc to C

Open

#4,610 opened on Nov 4, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Lua (406 forks)batch import
good first issuerefactoring

Repository metrics

Stars
 (3,633 stars)
PR merge metrics
 (Avg merge 13d 2h) (82 merged PRs in 30d)

Description

Error module is the most intricate C++ part of Tarantool (probably not counting alter.cc). It is really hard to understand and maintain this code. It should be ported to C. Also that should allow to drop the 'reflection' module implementing RTTI in C.

Contributor guide