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

ponder-lab / Hybridize-Functions-Refactoring / #1814 / 1
76%
main: 78%

Build:
Build:
LAST BUILD BRANCH: dependabot/maven/maven-plugins-d30989574d
DEFAULT BRANCH: main
Ran 04 Jun 2026 09:15PM UTC
Files 31
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

04 Jun 2026 09:11PM UTC coverage: 76.422%. Remained the same
#1814.1

push

travis-pro

web-flow
Gate `input_signature` emission on dtype-constant reachability (#585) (#587)

On the `from tensorflow import ...` named-import path, `getImportContext`
marked `tensorSpecReachable` from the presence of `TensorSpec` alone, but the
emitted `dtype=<name>` constant (e.g. `float32`) must also be importable
unqualified. A file importing `function` and `TensorSpec` but not the inferred
dtype emitted `@function(input_signature=[TensorSpec(shape=(), dtype=float32)])`,
a `NameError`-raising decorator.

Thread the named TensorFlow imports into `ImportContext` and expose the
signature's referenced dtype names via `InputSignature.requiredDTypeNames`. The
emission gate now skips when any required dtype constant is out of scope; the
named-import shape has no module prefix to qualify with. Qualified and wildcard
shapes set `allNamesReachable`, so they are unaffected.

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

1303 of 1705 relevant lines covered (76.42%)

0.76 hits per line

Source Files on job #1814.1
  • Tree
  • List 31
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1814
  • 736006f2 on github
  • Prev Job for on gh-readonly-queue/main/pr-587-8b58ba491a0979e6c7c0b4069b90fe74a1f6e081 (##1810.1)
  • Next Job for on gh-readonly-queue/main/pr-587-8b58ba491a0979e6c7c0b4069b90fe74a1f6e081 (#26979878917.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