Skip to content

Make Adapt and InverseFunctions hard dependencies again#89

Merged
oschulz merged 1 commit into
mainfrom
precompile-fix
Jul 11, 2026
Merged

Make Adapt and InverseFunctions hard dependencies again#89
oschulz merged 1 commit into
mainfrom
precompile-fix

Conversation

@oschulz

@oschulz oschulz commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Avoids weird precompilation deadlocks on Julia v1.10.

Created by generative AI.

As package extensions they can deadlock parallel precompilation on
Julia 1.10: environments that load ValueShapes together with Adapt,
InverseFunctions and further packages hang reproducibly, with the
precompile workers idle and the coordinator holding the extension
pidfiles (Julia 1.11 and later are not affected). Both are tiny
interface packages, so making them regular dependencies again (as
before v0.11.5) costs practically nothing.

Created by generative AI.
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.59%. Comparing base (d6b42b1) to head (a6c9dee).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/named_tuple_shape.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          17       15    -2     
  Lines         929      929           
=======================================
  Hits          758      758           
  Misses        171      171           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@oschulz oschulz merged commit a6c9dee into main Jul 11, 2026
9 of 10 checks passed
@oschulz oschulz deleted the precompile-fix branch July 11, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants