Wu
Wu
Still, there are conflicts. Please resolve it first.
It seems that cppship-examples will check after `install`, the binary is in /usr/local/bin. You can update cppship-examples to handle both cases. In addition, you'd better run cppship lint and fmt...
> Yes, I have run both, but there were no warnings/changes ```bash cppship fmt -c HEAD~6 cppship lint -c HEAD~6 # run this for more options cppship fmt -h ```...
> Perhaps cppship is not running them for some reason?, but there is no indication of any errors In CI, the following commands are executed: ```bash mergebase=$(git merge-base --fork-point origin/${{github.event.pull_request.base.ref}})...
1. std::getenv is mt-safe only if no other concurrent calls to post setenv, maybe you can use boost::process 2. you're using gcc to generate compile_commands.json, will gives some gcc-specific flags...
For the moment, I don't have too much time on this, but I'm sure finally I will complete this. Maybe the end of the year. On Wed, Oct 23, 2024...
Awesome. Can you please split the pr into two, one for install command and one for index command so that I can review it easier?
In addition, remove the publish command for the moment.