-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with catch-3 #326
Comments
Hi Michal! Thank you for raising the issue. Uff, I don't think I will upgrade to Catch 3. I wanted to switch to doctest some time ago anyway. I will see. If nothing I else, as a quick fix I can just vendor the old Catch2 version. |
No need to vendor, it's against Gentoo policy to use vendored libs, so we'd have to block on external Catch-2 anyway. |
I don't quite understand, this is only for testing purposes, not for the functionality itself. Could you elaborate a little bit on what is currently the issue with catch2 and Gentoo? |
Catch3 is technically a continuation of Catch2, and it can't be installed alongside it, so we can have only one version. |
(i.e. it's installed as |
Catch-3 has been released and it is somewhat compatible with Catch2 but it seems to have some changes nevertheless. Notably,
catch2/catch.hpp
seems to have been removed:The text was updated successfully, but these errors were encountered: