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

ponder-lab / Hybridize-Functions-Refactoring / #2246 / 1
79%
main: 80%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-739-6721f597b1febe25181379bb3e6a99b1f85dd4e0
DEFAULT BRANCH: main
Ran 30 Jun 2026 06:21PM UTC
Files 32
Run time 4s
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

30 Jun 2026 06:17PM UTC coverage: 79.286%. Remained the same
#2246.1

push

github

web-flow
Pin the Python list-repetition tensor over-typing (wala/ML#653) (#707)

* Pin the Python list-repetition tensor over-typing (wala/ML#653)

`testListRepetitionTensorOverTyping` guards wala/ML#653: the tensor-type
analysis types a Python list-repetition result (`[0] * n`) as a tensor because
it models the `*` as tensor multiplication. The test asserts the current
(incorrect) behavior (`rep`'s `value`, fed `[0] * 3`, is over-typed) with a
control (`lit`'s `value`, fed the literal `[1, 2, 3]`, is correctly not typed),
to invert once wala/ML#653 is fixed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Add a scalar-`*` control to the list-repetition pin

`mul`'s `value` (fed `2 * 3`) confirms scalar multiplication is not over-typed,
isolating the trigger to a list operand of `*`, not `*` or the list alone. Use
direct autoboxing for the `lit`/`mul` controls to match the codebase
convention (`getHasTensorParameter()` is determinate here).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Use issue URLs in the list-repetition pin comments

Reference https://github.com/wala/ML/issues/653 by URL rather than a bare
`wala/ML#653`, which does not link from a source comment.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1665 of 2100 relevant lines covered (79.29%)

0.79 hits per line

Source Files on job #2246.1
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2246
  • 5fcd7564 on github
  • Prev Job for on gh-readonly-queue/main/pr-707-4f27df6d919067eff692607c243d3352b26d8a6f (##2238.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc