Skip to content

Conversation

@t-bltg
Copy link
Member

@t-bltg t-bltg commented Jan 11, 2026

$ cd .julia/packages
$ du -sh * | sort -h
[...]
11M	MathTeXEngine
23M	ColorSchemes  # <== this is too much !
26M	GR
29M	CSV
[...]

PR similar to jheinen/GR.jl#575 and JuliaData/CSV.jl#1176.

Restructure the repository so that we avoid shipping the docs files (eating bandwidth to DL, and not useful for the end user).

Xref: JuliaLang/Pkg.jl#3798.

Tests and docs build pass locally.

julia-actions/julia-invalidations#39 is needed for the Invalidations check to pass.

Needs a corresponding PR to the General registry, modifying https://github.com/JuliaRegistries/General/blob/master/C/ColorSchemes/Package.toml to add a subdir = "ColorSchemes" line.

@t-bltg t-bltg changed the title Restructure repo restructure repository Jan 11, 2026
@codecov
Copy link

codecov bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.69%. Comparing base (08ff9a6) to head (6bb19aa).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #154       +/-   ##
===========================================
+ Coverage   50.00%   77.69%   +27.69%     
===========================================
  Files           1        2        +1     
  Lines         134      139        +5     
===========================================
+ Hits           67      108       +41     
+ Misses         67       31       -36     

☔ View full report in Codecov by Sentry.
📢 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.

@t-bltg t-bltg requested a review from cormullion January 11, 2026 17:43
Copy link
Member

@cormullion cormullion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don’t know what this is all about, but if everything continues to work, and it saves some disk space/bandwidth, then it’s OK.

Thanks for your effort! 🙏

@t-bltg t-bltg merged commit 11f9afc into JuliaGraphics:master Jan 11, 2026
12 of 13 checks passed
@t-bltg t-bltg deleted the restructure-repo branch January 11, 2026 18:32
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.

3 participants