Claude/stability validation pass a4a dc#448
Merged
Merged
Conversation
…atting - Add RAII SpinlockGuard to GraphicsEngine draw list (prevents deadlock on exception) - Add division-by-zero guard in DDGIProbeSystem::SphericalFibonacci - Add null/bounds checks in MeshClusterSystem::BuildClusters (pointer + index validation) - Add empty() guards before front() in UIDesignerSystem preset builders - Add bounds-checked enum-to-array index in LoadingScreen::Console_GetStatus - Add bounds validation in CommandPalette::ExecuteSelected (nested index check) - Add try-catch for std::stoi in SparkEditor debugger detection (main.cpp) - Add try-catch for std::stof in RPGGameplayBridge dialogue condition - Add @file/@brief Doxygen to 3 Lifecycle headers (100% coverage restored) - Apply clang-format to 7 files with minor style drift - Update bloat baseline, docs, badges Build: zero warnings. Tests: 4201/4202 pass (1 pre-existing networking test). https://claude.ai/code/session_01BMiyGfHQyhpqRrVrNPmh13
- HLODSystem: guard cellEntities[0] with empty() check before access - RenderGraph: bounds-check m_executionOrder index against m_passes.size() https://claude.ai/code/session_01BMiyGfHQyhpqRrVrNPmh13
- PlatformInput::LoadFromConfig: wrap JSON key parsing loop in try-catch - SubsystemConsoleCommandsExt: guard texture_budget console command - DedicatedServerPanel: guard server address port parsing (fallback 27015) - AdvancedAssetPipelineUI: guard metadata file TYPE/SIZE/STATUS parsing All four parse external input (config files, user text, metadata files) that can contain malformed numbers causing std::invalid_argument crashes. https://claude.ai/code/session_01BMiyGfHQyhpqRrVrNPmh13
Sync CORE_METRICS snapshot with current index values: 345 test files, 4434 tests, ~519K LOC, 1602 source files. https://claude.ai/code/session_01BMiyGfHQyhpqRrVrNPmh13
Contributor
Code Coverage (GCC + lcov)Per-Subsystem Coverage
Total: 50.8% (18271/35971 lines) |
Contributor
❌ CI Error ReportFailed jobs: windows-vs2022-Release Test Failures
Updated: 2026-04-10T02:33:33Z — this comment is updated in-place, not duplicated. |
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.
No description provided.