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.
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 inCMakeLists.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 explicitRTags::DatabaseVersion
seems to be more suitable.