Skip to content

Split GeometryBasics - add GeometryBasicsCore #179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

t-bltg
Copy link
Member

@t-bltg t-bltg commented Sep 14, 2022

@jkrumbiegel, per JuliaGraphics/FreeTypeAbstraction.jl#74 (comment).

This PR splits GeometryBasics into low level GeometryBasicsCore (naming tbd, with as few dependencies as possible: only StaticArrays and IterTools, and no artifacts) and GeometryBasics which should be high level.

This is a nfc:

  • all symbols exported by GeometryBasics are left exported (using @reexport for all symbols of GeometryBasicsCore);
  • all tests are kept: this should be transparent to users and CI.

Upstream tested: FreeTypeAbstraction.

Xref JuliaPlots/UnicodePlots.jl#291.

@SimonDanisch
Copy link
Member

Hm I'd prefer this PR: #173
Although I admit, I need to find some time to actually merge it...but it's pretty much ready to be merged, just needs some more Makie work.

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