kpeo

Results 6 comments of kpeo

Yes, I see: Checking /home/runner/work/cpr/cpr/cpr/file.cpp ... /home/runner/work/cpr/cpr/include/cpr/filesystem.h:11:0: error: failed to evaluate #elif condition, division/modulo by zero [preprocessorErrorDirective] #elif __has_include() ^ make[2]: *** [cpr/CMakeFiles/cpr.dir/build.make:216: cpr/CMakeFiles/cpr.dir/file.cpp.o] Error 1 Looks strange. Checking. Thank...

With `__has_include("boost/filesystem.hpp")` cppcheck passed, but compilation failed. As workaround for the issue with cppcheck, this line could be suppressed: ``` //cppcheck-suppress preprocessorErrorDirective #elif __has_include() ``` and cppcheck should be started...

cppcheck should be fine now, since `--inline-suppr` already added in `cmake/cppcheck.cmake`

yes, working on it. do I need to switch to another branch for PR while WIP (draft)?

Great! Thank you! There are possible bugs on using fs::file still (e.g. suspecting multiperform.h for Download) - not found it yet, tracing/debugging in spare time.

You can install Vue.js devtools extension/add-on for your browser from [official page](https://devtools.vuejs.org/guide/installation.html) and after that exploring the Vue-projects via "Developer Tools" in Chrome or "Web Developer Tools" in Firefox or...