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

ponder-lab / Hybridize-Functions-Refactoring / #2184
79%

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

27 Jun 2026 02:19AM UTC coverage: 79.286% (+1.3%) from 77.959%
#2184

push

github

web-flow
Remove the entire `@tf.function` when de-hybridizing a parameterized decorator (#682)

`convertToEager()` computed the decorator's delete span from the decorator name
alone (`getFullRepresentationString(decorator.func).length() + 1`), so de-hybridizing
a function whose `@tf.function` carries arguments deleted only `@tf.function` and
orphaned the argument list as an invalid bare `(...)`. Extend the span through the
argument list with a matching-bracket scan; a bare `@tf.function` (no following `(`)
is unchanged.

Adds `testConvertToEagerParameterizedDecorator`, an in-memory output comparison that
de-hybridizes `@tf.function(reduce_retracing=True)` and asserts the whole decorator
is removed.

Closes #681


Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

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

13 of 13 new or added lines in 1 file covered. (100.0%)

1665 of 2100 relevant lines covered (79.29%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2184.1 27 Jun 2026 02:27AM UTC 32
79.29
Source Files on build #2184
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cc523be8 on github
  • Prev Build on main
  • 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