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

JuliaLang / julia / 1491
78%

Build:
DEFAULT BRANCH: master
Ran 02 Apr 2026 11:48AM UTC
Jobs 3
Files 351
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

01 Apr 2026 11:55PM UTC coverage: 77.895% (+0.4%) from 77.521%
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>

65095 of 83568 relevant lines covered (77.89%)

24523726.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
85.64
-0.26% base/essentials.jl
1
86.67
-1.33% base/uuid.jl
2
96.33
-1.83% base/Enums.jl
3
69.86
-1.03% base/util.jl
3
73.67
1.14% Compiler/src/tfuncs.jl
4
83.33
-1.63% stdlib/LibGit2/src/callbacks.jl
8
92.09
-2.88% base/strings/string.jl
15
71.13
-0.73% base/show.jl
16
81.95
1.89% base/process.jl
65
83.23
0.0% base/stream.jl
209
77.85
-0.15% base/loading.jl
326
73.33
-11.36% base/precompilation.jl
Jobs
ID Job ID Ran Files Coverage
1491 windows-coverage - 1491 02 Apr 2026 03:34PM UTC 318
75.95
1491 linux-coverage - 1491 02 Apr 2026 03:12PM UTC 350
76.59
1491 macos-coverage - 1491 02 Apr 2026 11:48AM UTC 351
76.02
Source Files on build 1491
  • Tree
  • List 351
  • Changed 73
  • Source Changed 4
  • Coverage Changed 73
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a0083b4c on github
  • Prev Build on master (#1490)
  • Next Build 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