Skip to content

Properly deal with unused backend kwargs#108

Open
puddly wants to merge 3 commits into
devfrom
puddly/low_latency-passthrough
Open

Properly deal with unused backend kwargs#108
puddly wants to merge 3 commits into
devfrom
puddly/low_latency-passthrough

Conversation

@puddly

@puddly puddly commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Backend kwargs are a bit strange, especially with the central dispatchers:

  1. Some kwargs are common to all backends.
  2. Some kwargs are accepted only by some backends, including backends that may not import on the current platform.
  3. Some kwargs are not accepted by any backends (i.e. typos).

This PR allows kwargs like low_latency=False to be passed through globally.

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.44%. Comparing base (5b4fd47) to head (faa1afd).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #108      +/-   ##
==========================================
+ Coverage   92.35%   92.44%   +0.08%     
==========================================
  Files          22       22              
  Lines        3661     3704      +43     
==========================================
+ Hits         3381     3424      +43     
  Misses        280      280              

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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