Skip to content
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

Update dependency catchorg/Catch2 to v3.6.0 #67

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
catchorg/Catch2 minor 3.5.4 -> 3.6.0

Release Notes

catchorg/Catch2 (catchorg/Catch2)

v3.6.0

Compare Source

Fixes
  • Fixed Windows ARM64 build by fixing the preprocessor condition guarding use _umul128 intrinsic.
  • Fixed Windows ARM64EC build by removing intrinsic pragma it does not understand. (#​2858)
    • Why doesn't the x64-emulation build mode understand x64 pragmas? Don't ask me, ask the MSVC guys.
  • Fixed the JUnit reporter sometimes crashing when reporting a fatal error. (#​1210, #​2855)
    • The binary will still exit, but through the original error, rather than secondary error inside the reporter.
    • The underlying fix applies to all reporters, not just the JUnit one, but only JUnit was currently causing troubles.
Improvements
  • Disable -Wnon-virtual-dtor in Decomposer and Matchers (#​2854)
  • precision in floating point stringmakers defaults to max_digits10.
    • This means that floating point values will be printed with enough precision to disambiguate any two floats.
  • Column wrapping ignores ansi colour codes when calculating string width (#​2833, #​2849)
    • This makes the output much more readable when the provided messages contain colour codes.
Miscellaneous
  • Conan support improvements
    • compatibility_cppstr is set to False. (#​2860)
      • This means that Conan won't let you mix library and project with different C++ standard settings.
    • The implementation library CMake target name through Conan is properly set to Catch2::Catch2 (#​2861)
  • SelfTest target can be built through Bazel (#​2857)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/catchorg-catch2-3.x branch from dfd32db to dfa9eca Compare June 17, 2024 06:40
@JohT JohT merged commit 7946886 into main Jun 17, 2024
4 checks passed
@JohT JohT deleted the renovate/catchorg-catch2-3.x branch June 17, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant