Skip to content

fix(deps): declare Statistics stdlib so 1.10+ precompile succeeds#10

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/add-statistics-stdlib-dep
May 14, 2026
Merged

fix(deps): declare Statistics stdlib so 1.10+ precompile succeeds#10
hyperpolymath merged 1 commit into
mainfrom
fix/add-statistics-stdlib-dep

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

The post-merge CI run on main (after #6 merged) failed at precompile:

ArgumentError: Package InvestigativeJournalist does not have Statistics in its dependencies

Julia 1.10+ requires stdlibs to be explicitly listed in [deps] even when they ship with the runtime. Statistics is used transitively but not declared. Add it.

Sister to hyperpolymath/PRComms.jl#6 which made the same fix there.

Test plan

The macos rebased CI run failed with:

    ArgumentError: Package InvestigativeJournalist does not have
    Statistics in its dependencies

Julia 1.10+ requires stdlibs to be explicitly listed in [deps] even
when they ship with the runtime. Statistics is used transitively but
not declared. Add it.

Sister to hyperpolymath/PRComms.jl#6 which made the same fix there.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hyperpolymath
hyperpolymath merged commit 60e1414 into main May 14, 2026
15 of 19 checks passed
@hyperpolymath
hyperpolymath deleted the fix/add-statistics-stdlib-dep branch May 14, 2026 14:02
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.

1 participant