chore(deps): update dependency catchorg/catch2 to v3.15.2#69
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency catchorg/catch2 to v3.15.2#69renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.8.0→v3.15.2Release Notes
catchorg/Catch2 (catchorg/Catch2)
v3.15.2Compare Source
Fixes
--warn InfiniteGeneratorstriggering even if the generator was limited to specific element via path filtering.-Wunused-parametertriggering in-fnoexceptionsbuilds.Improvements
catch_discover_testscan handle cases where the binary prints out non-Catch2 output due to global constructors (#3162)v3.15.1Compare Source
Fixes
TEMPLATE_LIST_TEST_CASE_METHODandCATCH_TEMPLATE_PRODUCT_TEST_CASEpotentially causing ODR violations (#3161)v3.15.0Compare Source
Fixes
std::optional<T>in C++26. (#3095)std::optionalwas turned into a range, the partial specialization ofStringMakerfor range-like types and forstd::optional<T>were in conflict.Improvements
CATCH_REGISTER_ENUMinternals for faster compilation and retrieval.STATIC_REQUIRE_THATfor compile-time matcher assertions.constexprfor matchers, see above.v3.14.0Compare Source
Fixes
<cstdint>includes. (#3078)catch_discover_testsfailing duringPRE_TESTdiscovery if a target does not have discoverable tests. (#3075)CATCH_CONFIG_PREFIX_ALLdefined. (#3087)Improvements
--list-tagsand--list-listenershas a quiet variant.__COUNTER__usage. (#3076)v3.13.0Compare Source
Fixes
--benchmark-samples 0no longer hard crashes (#3056)Improvements
DEPRECATEDtoCATCH_DEPRECATEDto avoid conflicts (#3058)UNSCOPED_CAPTUREmacro (#2954)ConcatGeneratorto combine multiple separate generator into onecatskipToNthElementImplisFinite()to return the proper value--warn InfiniteGeneratorsto error out onGENERATEbeing given an infinite generatorMapGeneratoronly calls the mapping function if the output will be usedv3.12.0Compare Source
Fixes
--orderto mention random order as the default. (#3045)CATCH_CONFIG_THREAD_SAFE_ASSERTIONSfor older C++ standards.Improvements
lifetimeboundattribute to various places.std::tupleprinter does not recurse.thread_localin thread-safe builds. (#3044)Miscellaneous
CATCH_CONFIG_THREAD_SAFE_ASSERTIONS.v3.11.0Compare Source
Fixes
Improvements
CAPTURE) is a bit faster.--invisiblesmode.TEST_RANDOM_SEEDenv var (#3021)TEST_PREMATURE_EXIT_FILEenv var (#3020)--premature-exit-guard-fileMiscellaneous
v3.10.0Compare Source
Fixes
DESTDIRenv var into account when selecting install destination (#3006, #3019)filterto store the provided predicate by value (#3002, #3005)filteris used insideGENERATE_COPY/GENERATE_REF.Improvements
INFO,CAPTURE,WARN,SUCCEED, etc) are now thread safe.v3.9.1Compare Source
Fixes
time_point<system_clock>with non-default duration type (#2685)Improvements
CATCH_TRAPprefers__builtin_debugtrapon all platforms when Catch2 is compiled with Clangv3.9.0Compare Source
Improvements
assertionEndedevents on passing assertions.REQUIRE(true)is 60% faster in Release and 80% faster in Debug build configurationREQUIRE_NOTHROWis 230% faster in Release and 430% faster in Debug build configurationREQUIRE_THROWSis ~3% faster in Release and 20% faster in Debug build configuration (throwing introduces enough overhead that the optimizations inside Catch2 are mostly irrelevant)assertionEndedevents for passing assertions.FAILandSKIPmacros (#2941)assertionStartingevent when no reporter requires itReporterPreferences::shouldReportAllAssertionStartsFixes
--list-tagsoutput (#2963)readability-static-accessed-through-instancein testscppcoreguidelines-avoid-non-const-global-variables(#2582)TEMPLATE_TEST_CASE_SIGcan handle signatures consisting of only types (#2680, #2995)catch_test_run_info.hppup frominternal/subfolder into the main one (#2972)Miscellaneous
v3.8.1Compare Source
Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.