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

JuliaLang / julia
77%

Build:
DEFAULT BRANCH: master
Repo Added 01 Jul 2014 01:16AM UTC
Files 350
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: master
CHANGE BRANCH
x
Reset
  • master
  • 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
  • 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/julia_test_verbose_logs_dir
  • dpa/no-bb
  • dpa/schedule
  • dpa/scheduled-pipeline
  • dpa/signature-coverage-buildkite
  • dpa/update-rootfs-images
  • ericphanson:eph/no-waiting-on-tests
  • fe/r2
  • 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
  • master3
  • mb/abstractsmarts
  • multithreading
  • 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/logspace
  • topic/matdiv
  • 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.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.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

02 Mar 2026 06:36AM UTC coverage: 76.816% (-0.006%) from 76.822%
1458

push

buildkite

web-flow
Docs: note about `big(x::BigFloat)` being a no-op (#61160)

Emphasize that when doing `x = big(x)`, the precision of `x` remains as
is even if the current `BigFloat` precision is different.

Closes #60829.

---------

Co-authored-by: Steven G. Johnson <stevenj@mit.edu>

63465 of 82619 relevant lines covered (76.82%)

23263972.37 hits per line

Relevant lines Covered
Build:
Build:
82619 RELEVANT LINES 63465 COVERED LINES
23263972.37 HITS PER LINE
Source Files on master
  • Tree
  • List 350
  • Changed 27
  • Source Changed 1
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1458 master Docs: note about `big(x::BigFloat)` being a no-op (#61160) Emphasize that when doing `x = big(x)`, the precision of `x` remains as is even if the current `BigFloat` precision is different. Closes #60829. --------- Co-authored-by: Steven G. Joh... push 02 Mar 2026 11:46AM UTC web-flow buildkite
76.82
1457 master inference: Propagate conditional type refinement to aliased slots (#61168) Continuation from #61041 (especially this PR implements @vtjnash 's idea: https://github.com/JuliaLang/julia/pull/61041#discussion_r2842290067) When slot `y` is assigned ... push 01 Mar 2026 11:38AM UTC web-flow buildkite
76.89
1594 master inference: Propagate conditional type refinement to aliased slots (#61168) Continuation from #61041 (especially this PR implements @vtjnash 's idea: https://github.com/JuliaLang/julia/pull/61041#discussion_r2842290067) When slot `y` is assigned ... Pull #521 01 Mar 2026 05:21AM UTC web-flow buildkite
76.81
1456 master CODEOWNERS: add myself as responsible for Markdown stdlib (#61193) ... with the understanding that this means: I am willing to look at issues and PRs for that, and feel competent to deal with questions about it, but of course I don't 'own' it. push 28 Feb 2026 11:37AM UTC web-flow buildkite
76.9
1451 master fix: re-parsable printing of vararg anon func defs (#54019) Currently, anonymous function definitions with one slurping argument are not printed in a re-parsable way: ``` julia> Meta.parse("(a...) -> a") :(a...->begin #= none:1 =# ... push 23 Feb 2026 11:34AM UTC web-flow buildkite
76.92
1449 master doc: Apply VERSION to all doc pages (#61106) When documenting a package, Documenter will pick up the syntax version using the ordinary mechanism, but Base is special of course. Claude had manually set the VERSION for Base/Core, but this doesn't a... push 21 Feb 2026 01:59PM UTC web-flow buildkite
76.04
1447 master [JuliaLowering] Several small bugfixes found in stdlib testing (#61070) - Fix https://github.com/JuliaLang/JuliaLowering.jl/issues/143, simple missing desugaring on the rhs of a global type decl - Fix https://github.com/JuliaLang/JuliaLowering.... push 19 Feb 2026 01:25PM UTC web-flow buildkite
76.71
1446 master Fix GDBJITDebugInfoRegistrationPlugin deadlock (#61049) It's easy enough to work around this while upstream converts all the blocking lookups to asynchronous ones. Fixes `ENABLE_GDBLISTENER=1` on OSX. Fixes #59103. push 18 Feb 2026 11:40AM UTC web-flow buildkite
76.78
1445 master PCRE2_jll: Fix Windows DLL name to use versioned filename (#61047) push 17 Feb 2026 03:41PM UTC web-flow buildkite
76.69
1444 master docs: make `doc/src/devdocs/eval.md` and `init.md` less wrong (#60773) Partial progress towards resolving #60729 It is only partial progress because more in that text is wrong, and needs to be addressed. E.g. the `repl_entrypoint()` section is ... push 16 Feb 2026 11:44AM UTC web-flow buildkite
76.71
See All Builds (6445)
  • 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