Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 253 forks source link

Fix DatabaseVersion #1361

Closed ddanilov closed 4 years ago

ddanilov commented 4 years ago

Hi, I was trying to figure out the reasons to the recent movements forth and back between versions 129 and 130, as well for the disagreement between v129 in src/rtags.el and v130 in CMakeLists.txt.

It looks like an enum value RClient::NumOptions that by a chance happen to be equal to 129 is used in some places where the explicit RTags::DatabaseVersion seems to be more suitable.