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

KarpelesLab / goro / 26351462893
12%

Build:
DEFAULT BRANCH: master
Ran 24 May 2026 04:06AM UTC
Jobs 1
Files 398
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

24 May 2026 04:05AM UTC coverage: 12.477% (+0.004%) from 12.473%
26351462893

push

github

MagicalTux
vm: wrap trait-aliased/from-trait methods in MethodCallable for ByExprs dispatch

CallInstanceMethodByExprs was passing method.Method directly to ctx.Call
when no Attributes were present, which lost the trait-alias name in
stack traces and used the trait body's declaring class instead of the
class that did 'use T'. The AST runner (compile-object.go ~1245) wraps
in MethodCallable when:
  - method.FromTrait != nil  (the method came from a trait body)
  - method.Method.Name() != called-name  (the method is a trait alias,
    e.g. 'T::__get as __t_get' — Name() returns '__get', called as
    '__t_get')

Mirror the same logic. bug69180-backtrace.phpt was regressing because
the call to $this->__t_get($name) from Model::__get was reporting
'T::__get' in debug_backtrace() instead of 'Model::__t_get'.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

8 of 17 new or added lines in 1 file covered. (47.06%)

1 existing line in 1 file now uncovered.

14748 of 118202 relevant lines covered (12.48%)

2578.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
47.5
0.36% core/compiler/dispatch.go

Coverage Regressions

Lines Coverage ∆ File
1
47.5
0.36% core/compiler/dispatch.go
Jobs
ID Job ID Ran Files Coverage
1 26351462893.1 24 May 2026 04:06AM UTC 398
12.48
GitHub Action Run
Source Files on build 26351462893
  • Tree
  • List 398
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26351462893
  • dd9d7b72 on github
  • Prev Build on master (#26351382778)
  • Next Build on master (#26359629988)
  • Delete
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