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

Fix ignored symbol graph extraction exit code #7159

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

MaxDesiatov
Copy link
Contributor

@MaxDesiatov MaxDesiatov commented Dec 2, 2023

Motivation:

Doesn't seem likely that symbol graph extraction process exit code was ignored on purpose, especially since extractSymbolGraph started returning process execution result recently.

Modifications:

Explicitly checked whether process exit code is 0.

Result:

Non-zero exit code from symbol graph extraction process launches are no longer ignored.

Doesn't seem likely that process exit code was ignored on purpose, especially since `extractSymbolGraph` started returning process execution result recently.
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov enabled auto-merge (squash) December 2, 2023 19:05
@MaxDesiatov MaxDesiatov self-assigned this Dec 3, 2023
@MaxDesiatov MaxDesiatov merged commit 10be402 into main Dec 4, 2023
@MaxDesiatov MaxDesiatov deleted the maxd/fix-symbolgraph-exitstatus branch December 4, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants