• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ponder-lab / Hybridize-Functions-Refactoring / #2762
84%

Build:
DEFAULT BRANCH: main
Ran 07 Aug 2026 02:50AM UTC
Jobs 1
Files 39
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Aug 2026 02:36AM UTC coverage: 83.677% (+0.1%) from 83.571%
#2762

push

github

web-flow
Follow call-graph edges in the stale-variable-read receiver-invocation scan (#863)

The scan behind [HAS_STALE_VARIABLE_READS](https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues/822) was body-local, so [multigpu_training's run_optimization escaped it](https://github.com/ponder-lab/Hybridize-Functions-Refactoring/issues/861): its forward pass sits one call down, in backprop, and the absent in-body invocation read as "this body does not build the receiver." A call site now counts as an invocation of every stably-anchored root (global or lexical; never a node-relative local anchor) that its transitive callees invoke, via cycle-safe call-graph reachability with per-node memoized local scans. Reads and consumer flow stay body-local. The new fixture distills the subject faithfully; decorating its stale function reproduces the singleton-variable ValueError verbatim on TF 2.9.3.


Claude-Session: https://claude.ai/code/session_01AM8pvSeP5UqDyyTn9h5E2P

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

31 of 32 new or added lines in 2 files covered. (96.88%)

3081 of 3682 relevant lines covered (83.68%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.59
1.57% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/StaleVariableReadAnalysis.java
Jobs
ID Job ID Ran Files Coverage
1 #2762.1 07 Aug 2026 02:51AM UTC 39
83.68
Source Files on build #2762
  • Tree
  • List 39
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2fa52967 on github
  • Prev Build on gh-readonly-queue/main/pr-862-7abc46ec827fc1ca099ffa823ea2ab48db93eef0
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc