Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.1k stars 167 forks source link

Conan packages of this library are often outdated #281

Closed Dobiasd closed 1 year ago

Dobiasd commented 1 year ago

Conan (as opposed to Conda) does not automatically fetch the latest version.

Pushing the latest version to Conan is a manual process (forking their repo, adjusting the files, creating a PR, and waiting, see example). I find it quite annoying.

So maybe it's time to drop support for Conan, i.e., remove it from the installation instructions, no longer publish new versions there, and open a removal PR in their repo.

Dobiasd commented 1 year ago

As nicely explained here, there is a much simpler way to push a new version to Conan compared to what I was doing so far. With this new insight, I'll continue to publish to Conan. :relieved: