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

JuliaLang / julia / 414
78%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2026 09:54PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
414

push

buildkite

web-flow
Fixes for GPU-only methods (#62878)

- **codegen: reject intrinsics of another target in llvmcall.**
`ccall("llvm.nvvm.*", llvmcall, ...)` and intrinsics declared in
`Base.llvmcall` IR are checked against the triple of the module being
emitted; a mismatch emits an ordinary runtime error.
- **Docs: support docstrings on overlay method definitions.** `"""..."""
@overlay mt f(x) = ...` failed with "Could not find something to
document" because `astname` did not understand the `Expr(:overlay, mt,
f)` callee. The docstring now attaches to the function binding like for
any other method.
- **`@overlay` block form.** `@overlay mt begin ... end` overlays every
definition in the block, including documented ones and ones using
`@inline` etc.

Assisted by: Fable 5
Source Files on build 414
Detailed source file information is not available for this build.
  • Back to Repo
  • 5b4ff799 on github
  • Prev Build on master (#407)
  • Next Build on master (#424)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc