Update Catch2 submodule to latest stable release (v3.15.3) - #197
Open
BenjaFriend wants to merge 1 commit into
Open
Update Catch2 submodule to latest stable release (v3.15.3)#197BenjaFriend wants to merge 1 commit into
BenjaFriend wants to merge 1 commit into
Conversation
Bumps the flingengine/Catch2 fork from an April 2025 snapshot to the commit matching upstream's v3.15.3 tag, the latest stable Catch2 release. No project-side changes were needed: FlingTests/CMakeLists.txt already targets Catch2 3 (find_package(Catch2 3 REQUIRED), Catch2::Catch2WithMain) and test sources already include <catch2/catch_all.hpp>. Verified by rebuilding external/Catch2 locally (per Init.sh), then rebuilding the full engine (Sandbox) and FlingTests from scratch; FlingTests passes all 172 assertions in 17 test cases. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
external/Catch2submodule (flingengine/Catch2 fork) from an April 2025 snapshot to the commit matching upstream'sv3.15.3tag, the latest stable Catch2 release.FlingTests/CMakeLists.txtalready targets Catch2 3 (find_package(Catch2 3 REQUIRED),Catch2::Catch2WithMain), and all test sources already include<catch2/catch_all.hpp>.Test plan
external/Catch2locally perInit.sh(cmakeconfigure +make install)Sandbox) andFlingTestsfrom scratch on Linux (Clang)./build/FlingTests/bin/FlingTests— all 172 assertions in 17 test cases pass🤖 Generated with Claude Code