Skip to content

Make Rust constants public - #399

Open
Tim Hutt (Timmmm) wants to merge 1 commit into
riscv:masterfrom
Timmmm:patch-1
Open

Make Rust constants public#399
Tim Hutt (Timmmm) wants to merge 1 commit into
riscv:masterfrom
Timmmm:patch-1

Conversation

@Timmmm

Copy link
Copy Markdown
Contributor

This is the more flexible option. It's easy to make them all private again by just not making the module itself public. But as it is making them all public requires hacky regex replacements in the file.

This is the more flexible option. It's easy to make them all private again by just not making the module itself public. But as it is making them all public requires hacky regex replacements in the file.

Signed-off-by: Tim Hutt <tdhutt@gmail.com>
@codecov

codecov Bot commented Jan 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.08%. Comparing base (383cbca) to head (2a26daf).
⚠️ Report is 66 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #399      +/-   ##
==========================================
+ Coverage   96.53%   97.08%   +0.55%     
==========================================
  Files          10       14       +4     
  Lines         750      926     +176     
==========================================
+ Hits          724      899     +175     
- Misses         26       27       +1     

☔ View full report in Codecov by Harness.
📢 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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Makes sense to me, but I'll let this marinate for a while so some of the Rust users can chime in. Ping me again in a few days if there's no opposition and I'll merge it.

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