Skip to content

refactor: use net.Conn directly instead of io.ReadWriteCloser#66

Merged
mccutchen merged 1 commit intomainfrom
just-use-conn
Oct 14, 2025
Merged

refactor: use net.Conn directly instead of io.ReadWriteCloser#66
mccutchen merged 1 commit intomainfrom
just-use-conn

Conversation

@mccutchen
Copy link
Owner

@mccutchen mccutchen commented Oct 14, 2025

The latter was unnecessary abstraction that led to unnecessary complexity in library and test code.

Using the latter was unnecessary abstraction that led to unnecessary
complexity in library and test code.
@github-actions
Copy link

🔥 Run benchmarks comparing 1b907da against main:

gh workflow run bench.yaml -f pr_number=66

Note: this comment will update with each new commit.

@mccutchen mccutchen enabled auto-merge (squash) October 14, 2025 20:40
@mccutchen mccutchen merged commit 7dd431d into main Oct 14, 2025
10 of 11 checks passed
@mccutchen mccutchen deleted the just-use-conn branch October 14, 2025 20:40
@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.66%. Comparing base (304228d) to head (1b907da).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
- Coverage   96.68%   96.66%   -0.02%     
==========================================
  Files           2        2              
  Lines         573      570       -3     
==========================================
- Hits          554      551       -3     
  Misses         14       14              
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 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.

1 participant