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

JuliaLang / julia
78%

Build:
DEFAULT BRANCH: master
Repo Added 01 Jul 2014 01:16AM UTC
Files 351
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 92524901548ddad4a7529f00be47d2e1d9d80bae
  • HEAD
  • IanButterworth:ib/base_cov_fix
  • IanButterworth:ib/coverage_fix
  • IanButterworth:ib/coverage_timeout_bump
  • IanButterworth:ib/force_color
  • amitm/topodoc
  • anj/factorize
  • anj/triangle
  • backports-release-1.8
  • backports-release-julia-1.10
  • backports-release-julia-1.12
  • bigint
  • cjh/linalg-refactor
  • db/trsv
  • dpa/1.8-html-docs-suitesparse
  • dpa/buildkite_tester_linux64
  • dpa/ci-buildkite-coverage-worker-timeout
  • dpa/coverage
  • dpa/coverage-red-flag
  • dpa/coverage-timeout
  • dpa/coverage-update-rootfs-image
  • dpa/fix-coverage
  • dpa/fix-windows-docs---julia-1.11
  • dpa/julia_test_verbose_logs_dir
  • dpa/juliac-github-status-on-prs
  • dpa/no-bb
  • dpa/revert-trimming-test-julia-1.11
  • dpa/schedule
  • dpa/scheduled-pipeline
  • dpa/signature-coverage-buildkite
  • dpa/trigger-ci---release-julia-1.10
  • dpa/update-rootfs-images
  • dpa/upload-linux-assert-builds-to-s3
  • ericphanson:eph/no-waiting-on-tests
  • fe/r2
  • gba/test-juliac
  • giordano:mg/codecov
  • heads/v1.5.0
  • heads/v1.5.0-beta1
  • heads/v1.5.0-rc1
  • heads/v1.5.0-rc2
  • heads/v1.5.1
  • heads/v1.5.2
  • heads/v1.5.3
  • heads/v1.6.0-rc1
  • ib/coverage_mark_broken
  • jb/checked_int_trunc
  • jb/functions
  • jb/tupleoverhaul
  • jcb/docfixes
  • jn/callmore
  • jn/over-coverage-fix
  • jn/stream.open
  • kf/libunwind-gcc-fix
  • kf/usemanifest
  • ksh/lapack
  • kshyatt:ib/base_cov_fix
  • main
  • master
  • master2
  • master3
  • mb/abstractsmarts
  • multithreading
  • patch-1
  • refs/pull/36464/merge
  • release-0.3
  • release-0.4
  • release-1.3
  • release-1.4
  • release-1.5
  • release-1.6
  • release-1.8
  • sf/build_sysimg3.0
  • sf/cpuset_limited_filter
  • sf/optimization
  • sf/perfcodespeed
  • showundef
  • sjk/bigfloat-linspace
  • sjk/faster-sumabs2
  • sjk/isnan
  • sjk/sparse-reductions
  • sk/mathconst
  • sk/utf16helpers
  • teh/cartesian_iteration2
  • teh/malloclog
  • teh/nosys
  • teh/pkg_test
  • tk/backports-0.4.2
  • tk/git-advice
  • tk/travis-fastfail
  • topic/linspace
  • topic/logspace
  • topic/matdiv
  • topic/parallelmake
  • topolarity:ct/debug-juliac
  • v1.10.0
  • v1.10.0-alpha1
  • v1.10.0-beta2
  • v1.10.0-beta3
  • v1.10.0-rc1
  • v1.10.0-rc2
  • v1.10.0-rc3
  • v1.10.1
  • v1.10.10
  • v1.10.11
  • v1.10.2
  • v1.10.3
  • v1.10.4
  • v1.10.5
  • v1.10.6
  • v1.10.7
  • v1.10.9
  • v1.11.0
  • v1.11.0-alpha1
  • v1.11.0-alpha2
  • v1.11.0-beta1
  • v1.11.0-beta2
  • v1.11.0-rc1
  • v1.11.0-rc2
  • v1.11.0-rc3
  • v1.11.0-rc4
  • v1.11.1
  • v1.11.2
  • v1.11.3
  • v1.11.4
  • v1.11.5
  • v1.11.6
  • v1.11.7
  • v1.11.8
  • v1.11.9
  • v1.12.0
  • v1.12.0-beta3
  • v1.12.0-rc2
  • v1.12.0-rc3
  • v1.12.1
  • v1.12.2
  • v1.12.3
  • v1.12.4
  • v1.12.5
  • v1.12.6
  • v1.8.5
  • v1.9.0
  • v1.9.0-beta1
  • v1.9.0-beta2
  • v1.9.0-beta3
  • v1.9.0-beta4
  • v1.9.0-rc1
  • v1.9.0-rc2
  • v1.9.1
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • vs/sparsemodule
  • wordcount-example
  • yyc/genstdlib-module
  • yyc/misc

27 May 2026 05:51AM UTC coverage: 77.73%. First build
1548

push

buildkite

web-flow
Reland "Base.Docs: fix Binding constructor for renamed imports" (#61897) (#61903)

The stock `Base.Docs.Binding(m, v)` constructor keeps the local symbol
`v` while normalising the module via `binding_module(m, v)`. For renamed
imports such as `using X: y as z`, this produces a binding to a
non-existent `canonical_owner.z`, so `?` doc lookup fails:

    julia> using Base: isvisible as iv

    help?> iv
      No documentation found.
      Binding `Base.iv` does not exist.

Resolve the alias by walking the binding partition chain: for each
explicit by-name import (`PARTITION_KIND_EXPLICIT` /
`PARTITION_KIND_IMPORTED`), follow the partition's restriction to its
underlying `Core.Binding` and read the canonical `(mod, name)` from its
globalref. Iterate until a non-explicit-import partition is reached,
then defer to `binding_module` for any remaining implicit-import
normalisation.

The iterative walk is needed because neither primitive alone suffices
for chained re-exports: `partition_restriction` only walks one hop
(stopping at the intermediate module for a plain re-export of an
`as`-renamed binding), while `binding_module` walks all hops but drops
the name (losing the canonical symbol when an `as`-rename appears
anywhere in the chain).

The first reland attempt rewrote unconditionally on any explicit by-name
import, which broke the docs build for plain chained re-exports such as
`Libdl.DL_LOAD_PATH` (whose docstring lives one hop upstream of the
local import). See

https://buildkite.com/julialang/julia-master/builds/57392#019e4dd3-f9a5-42dc-984d-374451e1a32b
for the original failure.

Re-lands #61869, originally landed as #55119.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

9 of 9 new or added lines in 1 file covered. (100.0%)

65615 of 84414 relevant lines covered (77.73%)

23371580.08 hits per line

Relevant lines Covered
Build:
Build:
84414 RELEVANT LINES 65615 COVERED LINES
23371580.08 HITS PER LINE
Source Files on master
  • Tree
  • List 351
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1548 master Reland "Base.Docs: fix Binding constructor for renamed imports" (#61897) (#61903) The stock `Base.Docs.Binding(m, v)` constructor keeps the local symbol `v` while normalising the module via `binding_module(m, v)`. For renamed imports such as `usi... push 27 May 2026 11:43AM UTC web-flow buildkite
77.73
1519 master Base.Linking: Link C runtime libraries by default (#61652) Linux / Windows (glibc) equivalent to https://github.com/JuliaLang/julia/pull/61633. This allows us to turn on `-z def` when linking the sysimage / pkgimages. I tried to emulate a "stand... push 28 Apr 2026 11:52AM UTC web-flow buildkite
78.0
1517 master OpenBLAS: Update to 0.3.32 (#61666) push 27 Apr 2026 11:55AM UTC web-flow buildkite
77.97
1516 master Specialize f in map(f, ::NamedTuple) (#61654) This lack of specialization is problematic, because the result of the map is used in the function body. Without specialization, this causes excessive allocations. This was discovered by @aplavin with... push 26 Apr 2026 11:52AM UTC web-flow buildkite
78.04
1515 master Update mtime of libclang_rt.osx.a after moving (#61647) `mv` preserves the mtime of `libclang_rt.osx.a`, which is older than the mtime of `$(build_prefix)/manifest/compilerrt`, causing subsequent builds to fail with `mv: cannot stat 'usr/lib/darw... push 25 Apr 2026 11:58AM UTC web-flow buildkite
78.07
1514 master Darwin: Ship `libSystem.tbd` + `libclang_rt.osx.a` for sysimage linking (#61633) Prerequisite for https://github.com/JuliaLang/julia/pull/61631 This follows the route that Zig takes for cross-compilation to macOS without relying on the system to... push 24 Apr 2026 11:52AM UTC web-flow buildkite
78.06
1513 master enable `less`/`edit` for documented variables (#53539) We don't store the locations of definitions of variables, but the doc system does (when they are documented). This PR uses that info to make `less` and `edit` work on variables. Fix #53534. push 23 Apr 2026 11:52AM UTC web-flow buildkite
77.84
1512 master Fix JuliaTaskDispatcher deadlock with std::future callers (#61575) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 22 Apr 2026 11:54AM UTC web-flow buildkite
77.88
1654 topolarity:ct/debug-juliac propagate inbounds in `copyto!` (#61566) closes https://github.com/JuliaLang/julia/issues/57003 Pull #539 21 Apr 2026 07:21PM UTC web-flow buildkite
77.96
1511 master propagate inbounds in `copyto!` (#61566) closes https://github.com/JuliaLang/julia/issues/57003 push 21 Apr 2026 11:50AM UTC web-flow buildkite
77.96
See All Builds (6524)
  • Repo on GitHub
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