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

SonarCloud Fixes, main branch (2024.11.07.) #303

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

krasznaa
Copy link
Member

@krasznaa krasznaa commented Nov 7, 2024

This is a first set of fixes triggered by SonarCloud's results on our code. It's more or less exploratory at this point, as I want to see how easy it is to track issues in that system.

It was not directly pointed out by SonarCloud, but these changes also allowed me to remove one constructor of vecmem::device_vector since the non-const -> const conversion can actually happen at the level of the views. We don't need to have this type of templated code inside of device_vector itself. 🤔

@stephenswat, I also received some notes about "your" code. Have a look if you like what I did to resolve those reports.

@krasznaa krasznaa added the improvement Improve an existing feature label Nov 7, 2024
@krasznaa krasznaa requested a review from stephenswat November 7, 2024 14:04
@krasznaa krasznaa force-pushed the SonarCloudFixes-main-20241107 branch from ef8aa2b to e55e6b5 Compare November 7, 2024 14:14
Copy link

sonarqubecloud bot commented Nov 7, 2024

Copy link
Member

@stephenswat stephenswat left a comment

Choose a reason for hiding this comment

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

LGTM.

@krasznaa krasznaa merged commit 444703b into acts-project:main Nov 7, 2024
31 checks passed
@krasznaa krasznaa deleted the SonarCloudFixes-main-20241107 branch November 7, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants