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

JuliaLang / julia / 1491 / 1491
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2026 03:35PM UTC
Files 351
Run time 16s
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

01 Apr 2026 11:55PM UTC coverage: 76.021% (-0.2%) from 76.261%
1491

push

buildkite

web-flow
JuliaLowering: Reject duplicate field names in struct definitions (#61471)

The flisp lowerer reports an error for `struct A; x; x; end`, but
JuliaLowering did not have an explicit check. The duplicate was only
caught later as a "function argument name not unique" error during
constructor generation, which was confusing.

Add an explicit check in `_collect_struct_fields` that throws a
`LoweringError` with the same message format as flisp when a duplicate
field name is encountered.

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Em Chu <61633163+mlechu@users.noreply.github.com>

63402 of 83401 relevant lines covered (76.02%)

8471182.6 hits per line

Source Files on job macos-coverage - 1491
  • Tree
  • List 351
  • Changed 54
  • Source Changed 4
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1491
  • a0083b4c on github
  • Prev Job for on master (#1490)
  • Next Job for on master (#1492)
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