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

ponder-lab / Hybridize-Functions-Refactoring / #2382 / 1
81%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-python-7
DEFAULT BRANCH: main
Ran 08 Jul 2026 01:46AM UTC
Files 32
Run time 1s
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

08 Jul 2026 01:42AM UTC coverage: 80.547% (-0.1%) from 80.661%
#2382.1

push

github

web-flow
Restore conservative call-site tainting in the numpy-flow scan (#746)

* Restore conservative call-site tainting in the numpy-flow scan

The return-taint precision refinement adopted in #743's review severed element-through-container flow: a list comprehension over a tainted parameter compiles to a synthetic callee returning a FRESH container whose elements are tainted but whose value is not, so the callee reported a clean return and the call site went untainted, letting NLPGNN's `TUDataset.cat` (`np.concatenate` over comprehension results) escape the precondition at corpus scale. Call-site definitions are now tainted conservatively whenever any argument is tainted, and the dead return-taint tracking is removed: for a safety precondition, over-tainting only declines an optimization while under-tainting ships a crasher, and value-level return-taint structurally cannot represent container-element flow. `testNumpyCallsThroughComprehension` pins the distilled `cat` shape.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01He1ULx8nRoHzGicMryry1A

* Address review: cite #745 in the comprehension pin's Javadoc

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01He1ULx8nRoHzGicMryry1A

---------

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

1913 of 2375 relevant lines covered (80.55%)

0.81 hits per line

Source Files on job #2382.1
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2382
  • 06947bae on github
  • Prev Job for on gh-readonly-queue/main/pr-746-4793365143989d0c40bc30b102c0d030df46196f (##2376.1)
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