fix(checks): require real imports in checkers-wired home scan (#10048) - #10119
Conversation
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-31 08:21:29 UTC
Review summary Nits — 5 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Prose/comment mentions of a sibling check-*.ts no longer count as imported homes, so dropping a checker from test:ci fails instead of being masked by a sentence (JSONbored#10048). Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10119 +/- ##
=======================================
Coverage 91.95% 91.95%
=======================================
Files 931 931
Lines 113924 113924
Branches 27506 27506
=======================================
Hits 104760 104760
Misses 7863 7863
Partials 1301 1301
Flags with carried forward coverage won't be shown. Click here to find out more. |
Summary
resolveCheckerHomeimporteddetection now requires a realimport/export ... from/ dynamicimport()after stripping//and/* */comments.check-fixture-clock-racessentence) no longer fake an imported home.Closes #10048
Test plan
npx vitest run test/unit/check-checkers-wired.test.ts(20 tests)npm run checkers-wired:check