Skip to content

Core fixes#166

Merged
ValeryStk merged 8 commits intomainfrom
core_fixes
Feb 24, 2026
Merged

Core fixes#166
ValeryStk merged 8 commits intomainfrom
core_fixes

Conversation

@AntonMrt
Copy link
Collaborator

@AntonMrt AntonMrt commented Feb 22, 2026

Pull request

Proposed changes

Types of changes

  • New feature (non-breaking change which adds functionality).
  • Enhancement (non-breaking change which enhances functionality)
  • Bug Fix (non-breaking change which fixes an issue).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist

  • I have read the README document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@AntonMrt AntonMrt requested a review from ValeryStk February 22, 2026 20:52
template <typename G, typename T>
inline std::vector<G> makeVecFrom1D(const T* data, uint64_t count) {
std::vector<G> res;
res.reserve(static_cast<size_t>(count));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sonar recognized it as a redundant cast. Do we really need to cast uint64_t to size_t?

@sonarqubecloud
Copy link

@ValeryStk ValeryStk merged commit ac9193c into main Feb 24, 2026
6 checks passed
@ValeryStk ValeryStk deleted the core_fixes branch February 24, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants