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

ponder-lab / Hybridize-Functions-Refactoring / #2247
80%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 06:26PM UTC
Jobs 1
Files 0
Run time –
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

pending completion
#2247

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>
Jobs
ID Job ID Ran Files Coverage
1 #2247.1 30 Jun 2026 06:26PM UTC 32
Source Files on build #2247
Detailed source file information is not available for this build.
  • Back to Repo
  • 5fcd7564 on github
  • Prev Build on gh-readonly-queue/main/pr-706-cb8155950d1186aa57c5521e033f6458a921e6f9
  • Next Build on main
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