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

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

Build:
DEFAULT BRANCH: main
Ran 06 Aug 2026 02:56AM UTC
Jobs 1
Files 39
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

06 Aug 2026 02:46AM UTC coverage: 83.571%. Remained the same
#2744

push

github

web-flow
Bump Ariadne to 0.52.81. (#855)

Advances the pin two releases from 0.52.79. Both are corrections rather than
precision improvements, so any pin that moves had codified a wrong answer.

0.52.80 carries wala/ML#821: a Keras layer casts a floating-point input to the
layer's compute dtype before the body runs, so a `call` parameter is `float32`
where the caller holds `float64`. Propagating the caller's dtype named a dtype
no call ever passes.

0.52.81 carries wala/ML#824: a column sliced out of a parameter inside a method
body kept the receiver's rank instead of dropping the indexed axis, because the
`slice` builtin arrives there by lexical read rather than by allocation and the
recognizer required the allocation. Over-ranking is the damaging direction for
this consumer, since a rank-1 argument is not a subtype of a rank-2
specification, so a signature written from the leaked shape rejects every call
the function actually receives.

This bump carries no consumer-side guard, unlike the 0.52.79 bump. Asserting
#824's consequence here means asserting the emitted signature's RANK, and the
existing emission helper pins a single-function fixture while the construct
needs a caller and a callee. Filed separately rather than half-built.

3052 of 3652 relevant lines covered (83.57%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2744.1 06 Aug 2026 02:56AM UTC 39
83.57
Source Files on build #2744
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cd606c0e on github
  • Prev Build on gh-readonly-queue/main/pr-853-26d0bb61fa57b084a754f25090763b5c1bbed712
  • 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