Skip to content

Several Improvements to the Stmt HTML. - #9318

Merged
alexreinking merged 3 commits into
mainfrom
mcourteaux/improve-html-stmt
Aug 13, 2026
Merged

Several Improvements to the Stmt HTML.#9318
alexreinking merged 3 commits into
mainfrom
mcourteaux/improve-html-stmt

Conversation

@mcourteaux

@mcourteaux mcourteaux commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Improvements to the Stmt HTML:

  • Better alignment for Let expression chains.
  • Clearer predicated stores by putting the predicate first, on a separate line.
  • Put gaps between stores if the store value has Let expressions in it.
  • Rainbow parentheses toggle in the UI.
  • Display alignment of Loads and Stores
  • Display streaming keyword in front of Loads and Stores.

The formatting of the predicated store and the Let-chains is now more in line with how the IRPrinter does it.

Before (wall of text):

2026-08-11T18:54:11,441301755+02:00

After (one Let per line, and rainbow parentheses):

image

 - Better alignment for Let expression chains.
 - Clearer predicated stores by putting the predicate first, on a separate line.
 - Put gaps between stores if the store value has Let expressions in it.
 - Rainbow parentheses toggle in the UI.
 - Display alignment of Loads and Stores
 - Display streaming keyword in front of Loads and Stores.
@mcourteaux mcourteaux added the enhancement New user-visible features or improvements to existing features. label Aug 11, 2026
@mcourteaux mcourteaux changed the title Improvements to the Stmt HTML: Several Improvements to the Stmt HTML. Aug 11, 2026
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.37209% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.96%. Comparing base (03a18bb) to head (c7ff1a2).

Files with missing lines Patch % Lines
src/StmtToHTML.cpp 88.37% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9318      +/-   ##
==========================================
+ Coverage   69.83%   69.96%   +0.13%     
==========================================
  Files         258      258              
  Lines       78210    78234      +24     
  Branches    19037    19045       +8     
==========================================
+ Hits        54617    54739     +122     
+ Misses      17832    17807      -25     
+ Partials     5761     5688      -73     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexreinking
alexreinking merged commit 4b349d8 into main Aug 13, 2026
28 checks passed
@alexreinking
alexreinking deleted the mcourteaux/improve-html-stmt branch August 13, 2026 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New user-visible features or improvements to existing features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants