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

JuliaLang / julia / #37536
77%

Build:
DEFAULT BRANCH: master
Ran 12 May 2023 12:33PM UTC
Jobs 1
Files 347
Run time 4s
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
#37536

push

local

web-flow
abstractarray: fix `append!(::AbstractVector, ...)` interface (#49754)

JuliaLang/julia#47154 mistakenly added `@_safeindex` macro on the
`_append!(a::AbstractVector, ::Union{HasLength,HasShape}, iter)` method,
although `@_safeindex` is only valid for builtin vectors i.e. `Vector`.

This commit adds `isa` check so that `@_safeindex` is only applied to
builtin vectors. The `isa` check should be removed at compile time, so
it should not affect the runtime performance.

closes #49748

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

72230 of 83597 relevant lines covered (86.4%)

33967261.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37536.1 12 May 2023 12:33PM UTC 0
86.4
Source Files on build #37536
Detailed source file information is not available for this build.
  • Back to Repo
  • 9002d166 on github
  • Prev Build on master
  • Next Build on master
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