Skip to content

fix(serve): variant banner link missing hx-push-url (v0.4.1 release hotfix)#182

Merged
avrabe merged 1 commit intomainfrom
fix/v041-release-hotfix
Apr 22, 2026
Merged

fix(serve): variant banner link missing hx-push-url (v0.4.1 release hotfix)#182
avrabe merged 1 commit intomainfrom
fix/v041-release-hotfix

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Apr 22, 2026

v0.4.1 release's test-evidence job failed on serve_lint::all_content_links_push_url: the "Invalid variant scope" error banner link in views.rs:21 had its hx-push-url attribute on the next source line from hx-get + hx-target="#content", so the per-line lint flagged it.

Collapsing onto one line. Test passes locally.

Once merged, I'll re-tag v0.4.1 on the fix commit.

serve_lint::all_content_links_push_url caught a navigational <a> in the
"Invalid variant scope" error banner that spanned two source lines:
line 1 had hx-get + hx-target="#content", line 2 had hx-push-url. The
per-line lint rightly flagged it. Collapse the attributes onto the
same source line so the lint matches.

Trace: skip
@avrabe avrabe merged commit a9169d3 into main Apr 22, 2026
1 check passed
@avrabe avrabe deleted the fix/v041-release-hotfix branch April 22, 2026 07:57
Copy link
Copy Markdown

@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 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: f0b9326 Previous: a9169d3 Ratio
diff/10000 10443645 ns/iter (± 581410) 7894503 ns/iter (± 424178) 1.32

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

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