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

Teamwork / kommentaar / 24848102737 / 1
53%
master: 53%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 05:03PM UTC
Files 10
Run time 0s
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

23 Apr 2026 05:02PM UTC coverage: 53.142% (+0.3%) from 52.863%
24848102737.1

push

github

web-flow
Fix enum variations not resolved for cross-package enum types (#110)

When a field annotated with {enum} has a type from another package
(e.g. `pkg.SomeType`), getEnumVariations was never called with the
correct type name. The SelectorExpr branch called canonicalType which
resolved the type to its underlying primitive and then jumped back via
goto start; the re-entry then called getEnumVariations with the
primitive name ("string") rather than the original type name
("SomeType"), so no constants were ever matched.

Fix: call getEnumVariations with the original pkg and type name before
executing goto start in the SelectorExpr branch, mirroring what the
Ident branch already does.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1167 of 2196 relevant lines covered (53.14%)

41.12 hits per line

Source Files on job 24848102737.1
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24848102737
  • 95d769c1 on github
  • Prev Job for on master (#24848096496.1)
  • Next Job for on master (#25378376565.1)
  • 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