aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

cppman -r broken #126

Closed laoshaw closed 2 years ago

laoshaw commented 3 years ago

it will quit python and also corrupt the existing index db

ton commented 2 years ago

I get this on the command-line:

10:27:19|ton@ash:~/dev/fractal/repos/fractal/src 󰘬 ipdelta$ cppman -r
Indexing 'http://www.cplusplus.com/reference/' (depth 1)...
error: 'Thread' object has no attribute 'isAlive'
aitjcize commented 2 years ago

@ton I believe you are using an older release. Please try the latest version.

Just tested the master branch it's working just fine.

ton commented 2 years ago

@aitjcize yes, indeed, I was using 0.5.1 from AUR, just tested with 0.5.3 and it works correctly. Thanks!