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

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

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 11:16PM 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

02 Jul 2026 11:07PM UTC coverage: 79.286%. Remained the same
#2281

push

github

web-flow
Read lexical-access variable names via getName() (WALA 1.8.0 forward-compat) (#718)

PythonModRefWithBuiltinFunctions read AstLexicalAccess.Access.variableName as
a public field to detect built-in print() calls for the side-effect analysis.
WALA 1.8.0 encapsulated that field (made it private), so the access throws
IllegalAccessError at runtime under Ariadne 0.52.11+. Read it through the
public getName().fst accessor instead: getName() returns
Pair.make(variableName, variableDefiner), so this is behavior-identical, and
it compiles and runs on both WALA 1.7.2 (0.52.10) and 1.8.0.

This is the Hybridize-side half of the 0.52.11+ bump (#717); it clears the
IllegalAccessError (2 of 6 corpus subjects then analyze at 0.52.12). The
remaining 4 failures are Ariadne 0.52.12 regressions, not ours: wala/ML#668
(processListAppend UnimplementedError in call-graph construction) and
wala/ML#669 (TensorGenerator.getConstantValues asserts ConstantKey but gets a
ScopeMappingInstanceKey).

Refs #717.


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

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1 of 1 new or added line 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 #2281.1 02 Jul 2026 11:16PM UTC 32
79.29
Source Files on build #2281
  • Tree
  • List 32
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 71d9dc7a on github
  • Prev Build on gh-readonly-queue/main/pr-711-e1410e280435f2c7b3a2627598b5b3fa6622c955
  • 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