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 missing synthesis results for links #2115

Merged
merged 2 commits into from
May 27, 2024
Merged

Conversation

flomnes
Copy link
Member

@flomnes flomnes commented May 24, 2024

Regression introduced in v9.1.0-rc2 or v9.1.0-rc3

buildSurveyReport for links is not called if isPrinted[0] == false for the STSbyGroup variable. This is not an intended behavior.

Comment on lines -403 to -406
if (!AncestorType::isPrinted[0])
{
return;
}
Copy link
Member Author

Choose a reason for hiding this comment

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

The issue was here

Copy link

sonarcloud bot commented May 24, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@flomnes flomnes merged commit c3777aa into develop May 27, 2024
4 of 7 checks passed
@flomnes flomnes deleted the fix/links-no-synthesis branch May 27, 2024 07:17
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