Skip to content

Make InternetArchiveProtocol refine Sendable - #95

Merged
jbuckner merged 1 commit into
mainfrom
sendable-protocol
Jul 19, 2026
Merged

Make InternetArchiveProtocol refine Sendable#95
jbuckner merged 1 commit into
mainfrom
sendable-protocol

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #94

Refines InternetArchiveProtocol: Sendable so callers can hold an any InternetArchiveProtocol inside an actor or send it across isolation boundaries. The concrete InternetArchive is already @unchecked Sendable, so no conformers change. Main target and tests both build.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Cf7er8mrabacGCMtLjd6mQ

The concrete InternetArchive is already @unchecked Sendable, but callers only
have the protocol type. Refining Sendable lets an actor (or any isolated
context) hold an any InternetArchiveProtocol and pass it across isolation
boundaries without a data-race diagnostic.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Cf7er8mrabacGCMtLjd6mQ
@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.55%. Comparing base (526dcb7) to head (da0cbd2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  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.

@jbuckner
jbuckner merged commit b7fcf72 into main Jul 19, 2026
7 checks passed
@jbuckner
jbuckner deleted the sendable-protocol branch July 19, 2026 16:01
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.

InternetArchiveProtocol should refine Sendable

1 participant