Skip to content

Feat: struc refac#36

Merged
mahimairaja merged 2 commits intomainfrom
feat/struc-refac
May 5, 2026
Merged

Feat: struc refac#36
mahimairaja merged 2 commits intomainfrom
feat/struc-refac

Conversation

@mahimairaja
Copy link
Copy Markdown
Collaborator

No description provided.

Move _prewarm_worker and _load_shared_runtime_dependencies to
src/openrtc/execution/prewarm.py per the v0.0.4 target layout.

pool.py re-imports _prewarm_worker so the partial(_prewarm_worker, ...)
call site stays unchanged and existing test monkeypatches that target
openrtc.core.pool._prewarm_worker (test_coroutine_smoke) continue to
resolve via pool.py's module namespace.

Tests that exercise _load_shared_runtime_dependencies directly now
point at openrtc.execution.prewarm (canonical location); the
monkeypatch in test_pool.py is updated to the same path because the
inner call resolves through prewarm.py's namespace.

No behavior change.
@mahimairaja mahimairaja self-assigned this May 5, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 59dd278e-f0dc-4d37-8486-6b534e8300bb

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/struc-refac

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@mahimairaja mahimairaja merged commit b576dbb into main May 5, 2026
10 checks passed
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