Skip to content

Conversation

@mykolamalik
Copy link
Contributor

@mykolamalik mykolamalik commented Dec 28, 2025

Struct LruCache::Bucket doesn't have a member called m_previous.

Besides the logical changes (2 lines, m_previous->previous_), this commit also includes quite a few fixes of clang-format complaints. This file hasn't been reformatted earlier, as the last update of this file was done in 2021.

Relates-To: NLAM-182

@codecov
Copy link

codecov bot commented Dec 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.31%. Comparing base (8d13756) to head (1abd094).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1652      +/-   ##
==========================================
- Coverage   80.33%   80.31%   -0.03%     
==========================================
  Files         350      350              
  Lines       14039    14040       +1     
  Branches     1515     1515              
==========================================
- Hits        11278    11275       -3     
- Misses       2147     2149       +2     
- Partials      614      616       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Struct LruCache::Bucket doesn't have a member called m_previous.

Besides the logical changes (2 lines, `m_previous`->`previous_`), this
commit also includes quite a few fixes of clang-format complaints. This
file hasn't been reformatted earlier, as the last update of this file
was done in 2021.

Relates-To: NLAM-182

Signed-off-by: Mykola Malik <ext-mykola.malik@here.com>
@andrey-kashcheev andrey-kashcheev merged commit 43f7db8 into master Dec 29, 2025
37 of 38 checks passed
@andrey-kashcheev andrey-kashcheev deleted the task/nlam-182 branch December 29, 2025 08:10
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.

3 participants