Skip to content

Conversation

@kattrali
Copy link
Contributor

@kattrali kattrali commented Jun 4, 2025

added additional 'failure' states for report initialization and explicitly ignore simulators with a message

This is a largely internal change to assist with debugging the initialization of fatal issue reporting uncovered this week

added additional 'failure' states for report initialization
and explicitly ignore simulators with a message
@kattrali kattrali force-pushed the dfuller/increase-issue-reporter-logging branch from ea459a8 to 237e4d8 Compare June 4, 2025 12:39
@kattrali kattrali marked this pull request as ready for review June 4, 2025 12:54
return
}

issueReporterInitResult = measureTime {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved this to the top level instead of nested in the individual types

}

issueReporterInitResult = (.initializing, 0)
guard let outputDir = Logger.reportCollectionDirectory() else {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was a check at different places within both type logic branches, so we can instead have one check at the beginning

@kattrali kattrali merged commit d67a18c into main Jun 4, 2025
13 checks passed
@kattrali kattrali deleted the dfuller/increase-issue-reporter-logging branch June 4, 2025 13:52
@github-actions github-actions bot locked and limited conversation to collaborators Jun 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants