Skip to content

Fix #98 - Make InternetArchiveURLGeneratorProtocol refine Sendable - #99

Merged
jbuckner merged 1 commit into
mainfrom
98-sendable-url-generator
Aug 2, 2026
Merged

Fix #98 - Make InternetArchiveURLGeneratorProtocol refine Sendable#99
jbuckner merged 1 commit into
mainfrom
98-sendable-url-generator

Conversation

@jbuckner

@jbuckner jbuckner commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Closes #98. Lets LiveMusicArchive's MusicResourceRouter drop its @unchecked Sendable.

🤖 Generated with Claude Code

https://claude.ai/code/session_01D1hg7h4iUoVZG2yoUW3Jao

URLGenerator and the test double become final; their stored state was
already immutable and Sendable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D1hg7h4iUoVZG2yoUW3Jao
@jbuckner
jbuckner merged commit f74ba50 into main Aug 2, 2026
5 checks passed
@jbuckner
jbuckner deleted the 98-sendable-url-generator branch August 2, 2026 23:42
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.55%. Comparing base (3e180b7) to head (bd8dd9c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   92.55%   92.55%           
=======================================
  Files          13       13           
  Lines         672      672           
=======================================
  Hits          622      622           
  Misses         50       50           

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

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.

Mark the public protocols Sendable

1 participant