Skip to content

Conversation

sheetalkamat
Copy link
Member

Fixes #1775

@Copilot Copilot AI review requested due to automatic review settings September 30, 2025 19:05
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a potential nil pointer dereference issue when setting total compile time in the Statistics module. The fix addresses issue #1775 by adding a nil check and initialization for the compileTimes field.

  • Adds a nil check for the compileTimes field before accessing it
  • Initializes compileTimes with a new CompileTimes struct when it's nil

@sheetalkamat sheetalkamat added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit 414c04e Oct 1, 2025
22 checks passed
@sheetalkamat sheetalkamat deleted the fixNilCompileTimes branch October 1, 2025 03:33
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.

--build --incremental --diagnostics panic as of 7.0.0-dev.20250926.1
2 participants