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: Add constant qualifiers to seed finder utilities #1159

Merged
merged 2 commits into from
Feb 14, 2022

Conversation

stephenswat
Copy link
Member

Some of the input vectors used in the seed finder utilities are currently not marked as const where they should be. This limits their usability in contexts where vectors are more strictly cv-qualified. We should be able to safely set these inputs as constant, which is what this commit does.

Some of the input vectors used in the seed finder utilities are
currently not marked as `const` where they should be. This limits their
usability in contexts where vectors are more strictly cv-qualified. We
should be able to safely set these inputs as constant, which is what
this commit does.
@stephenswat stephenswat added this to the next milestone Feb 13, 2022
@stephenswat stephenswat added Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Feb 14, 2022
@stephenswat
Copy link
Member Author

Should also mention this is totally my own fault #1035. 😎

@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #1159 (7d0630e) into main (20d23f1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1159   +/-   ##
=======================================
  Coverage   47.90%   47.90%           
=======================================
  Files         359      359           
  Lines       18491    18491           
  Branches     8723     8723           
=======================================
  Hits         8859     8859           
  Misses       3603     3603           
  Partials     6029     6029           
Impacted Files Coverage Δ
Core/include/Acts/Seeding/SeedFinderUtils.ipp 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20d23f1...7d0630e. Read the comment docs.

Copy link
Member

@paulgessinger paulgessinger left a comment

Choose a reason for hiding this comment

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

👍

@kodiakhq kodiakhq bot merged commit c305fc4 into acts-project:main Feb 14, 2022
@paulgessinger paulgessinger modified the milestones: next, v17.1.0 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants