Skip to content

Improve distinction between layout commands and operations - #216

Merged
rickwporter merged 1 commit into
mainfrom
rickwporter/layout-command-operation-split
Sep 3, 2026
Merged

Improve distinction between layout commands and operations#216
rickwporter merged 1 commit into
mainfrom
rickwporter/layout-command-operation-split

Conversation

@rickwporter

Copy link
Copy Markdown
Owner

RATIONALE

For layout, improve clarity between command and operation nodes. This

CHANGES

  1. Broke LayoutFields into two separate fields
    • Created CommandField for command (branch) nodes
    • Created OperationField for operation (leaf) nodes
  2. Separated data_to_node() into separate branch/leaf nodes
    • parse_layout_command()
    • parse_layout_operation()

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.53%. Comparing base (57623ea) to head (be5023d).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
- Coverage   99.58%   99.53%   -0.06%     
==========================================
  Files          33       33              
  Lines        3821     3838      +17     
  Branches      697      697              
==========================================
+ Hits         3805     3820      +15     
- Misses          0        1       +1     
- Partials       16       17       +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.

@rickwporter
rickwporter merged commit 7079ea8 into main Sep 3, 2026
11 checks passed
@rickwporter
rickwporter deleted the rickwporter/layout-command-operation-split branch September 3, 2026 10: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