Skip to content

fix: resolve all 13 MISS_HIT parse errors#56

Merged
HanSur94 merged 1 commit into
mainfrom
claude/reverent-bohr
Apr 17, 2026
Merged

fix: resolve all 13 MISS_HIT parse errors#56
HanSur94 merged 1 commit into
mainfrom
claude/reverent-bohr

Conversation

@HanSur94
Copy link
Copy Markdown
Owner

Fix syntax errors from Phase 1011 migration: semicolons in constructor parens, stripped continuation lines, missing loop structures.

🤖 Generated with Claude Code

- Fix semicolons inside StateTag/SensorTag constructor parens (moved ; outside closing paren)
- Restore missing Threshold constructor arguments (Direction, Color lines)
- Restore missing for-loop headers around ResolvedViolations iteration
- Add missing fprintf continuation arguments
- Fix truncated example_widget_status.m (restore final line)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@HanSur94 HanSur94 merged commit 2a127f8 into main Apr 17, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'FastSense Performance'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: e09e7fa Previous: 2a127f8 Ratio
Downsample mean std(1M) 0.133 ms 0.056 ms 2.38
Downsample mean std(5M) 0.18 ms 0.017 ms 10.59
Instantiation mean std(5M) 1.512 ms 0.33 ms 4.58
Zoom cycle mean std(5M) 1.752 ms 1.141 ms 1.54
Downsample mean std10M) 0.485 ms 0.162 ms 2.99
Instantiation mean std10M) 1.322 ms 0.337 ms 3.92
Render mean std10M) 4.457 ms 0.37 ms 12.05
Zoom cycle mean std10M) 1.013 ms 0.732 ms 1.38
Downsample mean std50M) 0.593 ms 0.318 ms 1.86
Render mean ( std00M) 2.905 ms 0.92 ms 3.16
Downsample mean ( std00M) 38.334 ms 0.252 ms 152.12
Instantiation mean ( std00M) 7995.769 ms 38.654 ms 206.85
Render mean ( std00M) 570.688 ms 0.92 ms 620.31
Zoom cycle mean (500M) 16.854 ms 14.785 ms 1.14
Dashboard create+render mean 280.933 ms 252.791 ms 1.11
Dashboard live tick mean 1.315 ms 1.167 ms 1.13
Dashboard live tick stdmean 0.286 ms 0.044 ms 6.50
Dashboard page switch mean 0.244 ms 0.207 ms 1.18
Dashboard page switch stdmean 0.224 ms 0.085 ms 2.64

This comment was automatically generated by workflow using github-action-benchmark.

CC: @HanSur94

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.

1 participant