You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tree ~/.rtags shows only several files as in the screenshot below...
Screenshots/Backtrace
Environment (please complete the following information):
OS/Version: Ubuntu 20.04 on WSL 2
RTags(rdm,rc): master branch, v2.38 tag
Emacs: feature/native-comp branch built-binary
LLVM/Clang: llvm-8-dev, libclang-8-dev
The text was updated successfully, but these errors were encountered:
sangwoo-joh
changed the title
Executing rdm & deletes all files in rtags directory in WSL 2 + Ubuntu 20.04
Executing rdm & deletes all files in rtags directory on WSL 2 + Ubuntu 20.04
Jan 6, 2021
Describe the bug
Executing
rdm &
deletes all files and directories related to rtags itself.I'm not sure why this happened.
To Reproduce
git clone https://github.com/Andersbakken/rtags --recursive ~/.rtags
cd ~/.rtags && cmake . && make -j30
export PATH="~/.rtags/bin:$PATH"
which rdm
->/home/me/.rtags/bin/rdm
rdm &
then boom.tree ~/.rtags
shows only several files as in the screenshot below...Screenshots/Backtrace
![image](https://user-images.githubusercontent.com/15664082/103749489-e8e32600-5048-11eb-870f-5e7365787c75.png)
Environment (please complete the following information):
master
branch,v2.38
tagfeature/native-comp
branch built-binaryThe text was updated successfully, but these errors were encountered: