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

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

Build:
DEFAULT BRANCH: main
Ran 02 Aug 2026 10:32AM UTC
Jobs 1
Files 37
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

02 Aug 2026 10:22AM UTC coverage: 83.534% (-0.005%) from 83.539%
#2668

push

github

web-flow
Exempt containers of tensors from the tensor-iteration check (#833)

* Exempt containers of tensors from the tensor-iteration check

On the check's first corpus exposure, NLPGNN's `MessagePassing._calculate_type_to_incoming_edges_num` declined with code 20, but its `adjacency_lists` is a Python list of tensors at runtime (the loader wraps the adjacency value in a singleton list), and iterating a fixed-length collection under tracing is legal; the loop unrolls. The container's value carries tensor typing through element dataflow, which the tensor-typed condition alone cannot distinguish from a tensor proper. A points-to container exemption (`Util.isContainerType` over the iterated value's points-to set) narrows the condition; `EventSeq.from_array` keeps declining, since its tensor-passing call site flows a tensor proper. `list_iter` pins a list of tensors converting.

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

* Address review: pin list_iter's P1; describe the delegated container set

The exemption pin now asserts convertibility, its whole point, and the suite confirms `list_iter` reaches P1. The predicate Javadoc describes `Util.isContainerType`'s actual set, including the `enumerate` wrapper, with the reasoning for why that inclusion cannot exempt a real hazard: an enumerate result does not pass the tensor-typed gate that precedes the exemption.

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

---------

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

5 of 6 new or added lines in 1 file covered. (83.33%)

2978 of 3565 relevant lines covered (83.53%)

0.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
93.02
-1.71% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/TensorIterationAnalysis.java
Jobs
ID Job ID Ran Files Coverage
1 #2668.1 02 Aug 2026 10:32AM UTC 37
83.53
Source Files on build #2668
  • Tree
  • List 37
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e63a98d3 on github
  • Prev Build on gh-readonly-queue/main/pr-831-5b540cc4790a21a4b59e6df7244015f9ab927d84
  • 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