Skip to content

crypto: Fix formatting with clang-format-21#1440

Merged
chfast merged 1 commit intomasterfrom
clang_format_21
Feb 5, 2026
Merged

crypto: Fix formatting with clang-format-21#1440
chfast merged 1 commit intomasterfrom
clang_format_21

Conversation

@chfast
Copy link
Member

@chfast chfast commented Feb 5, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 5, 2026 16:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request applies clang-format-21 formatting changes to the RIPEMD-160 implementation, specifically removing trailing commas from the last elements of array initializers in multi-dimensional constexpr arrays.

Changes:

  • Removed trailing commas from the last row of each inner array in the word_index constexpr array
  • Removed trailing commas from the last row of each inner array in the rotate_amount constexpr array

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.97%. Comparing base (4c72306) to head (3979949).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1440   +/-   ##
=======================================
  Coverage   81.97%   81.97%           
=======================================
  Files         152      152           
  Lines       13806    13806           
  Branches     3223     3223           
=======================================
  Hits        11318    11318           
  Misses        343      343           
  Partials     2145     2145           
Flag Coverage Δ
eest-develop 91.07% <ø> (ø)
eest-develop-gmp 28.70% <ø> (ø)
eest-legacy 15.08% <ø> (ø)
eest-legacy-silkpre 24.12% <ø> (ø)
evmone-unittests 76.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
core 94.40% <ø> (ø)
tooling 83.63% <ø> (ø)
tests 74.31% <ø> (ø)
Files with missing lines Coverage Δ
lib/evmone_precompiles/ripemd160.cpp 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chfast chfast merged commit 70b67b1 into master Feb 5, 2026
29 checks passed
@chfast chfast deleted the clang_format_21 branch February 5, 2026 17:25
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