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

JuliaLang / julia / #37734 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2024 10:36AM UTC
Files 361
Run time 10s
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 2024 05:34AM UTC coverage: 81.405% (-0.02%) from 81.428%
#37734.1

push

local

web-flow
Add `Base.isrelocatable(pkg)` (#53906)

This PR adds a utility function `isrelocatable(pkg)` that can be used to
check if `pkg` is already precompiled and if the associated cachefile is
relocatable.

The reason to implicitly perform the `isprecompiled` check is that the
exact same computation needs to be done to find the right `.ji`.

A `pkg` is said to be relocatable if
1. all `include()` paths are relocatable (they start with `@depot`),
2. all `include_dependency()` paths are relocatable (they start with
`@depot` and `track_content=true` was used to include them).

70670 of 86813 relevant lines covered (81.4%)

15650018.11 hits per line

Source Files on job #37734.1
  • Tree
  • List 361
  • Changed 251
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37734
  • e9d25ca0 on github
  • Prev Job for on master (##37733.1)
  • Next Job for on master (##37735.1)
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