Skip to content

Conversation

@ThinkOpenly
Copy link
Collaborator

Remove conditional check that hides Assembly section when assembly field is empty. Now instructions like fence.i will properly show "Assembly:: fence.i" in the instruction appendix instead of omitting the section entirely.

Remove conditional check that hides Assembly section when assembly field is empty.
Now instructions like fence.i will properly show "Assembly:: fence.i" in the
instruction appendix instead of omitting the section entirely.

Co-authored-by: Afonso Oliveira <[email protected]>
Co-authored-by: Paul A. Clarke <[email protected]>

Signed-off-by: Paul A. Clarke <[email protected]>
@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.05%. Comparing base (9b8701a) to head (f96403b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1237   +/-   ##
=======================================
  Coverage   46.05%   46.05%           
=======================================
  Files          11       11           
  Lines        4942     4942           
  Branches     1345     1345           
=======================================
  Hits         2276     2276           
  Misses       2666     2666           
Flag Coverage Δ
idlc 46.05% <ø> (ø)

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

☔ 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.

@ThinkOpenly ThinkOpenly added this pull request to the merge queue Nov 7, 2025
Merged via the queue into riscv-software-src:main with commit 0923707 Nov 7, 2025
50 checks passed
@ThinkOpenly ThinkOpenly deleted the missing-assembly branch November 7, 2025 23:36
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.

Assembly is not shown in generated instruction appendix if there are no variables

3 participants