Skip to content

Add sources to all Project.tomls #4967

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add sources to all Project.tomls #4967

wants to merge 2 commits into from

Conversation

asinghvi17
Copy link
Member

This way, if you dev Makie, it will automatically dev the local MakieCore as well. If you dev a backend it should dev both Makie and MakieCore.

Sources does not apply if you are not in the project.toml or not dev'ing the project. So regular package downloads just get the normal published MakieCore.

@github-project-automation github-project-automation bot moved this to Work in progress in PR review May 9, 2025
@MakieBot
Copy link
Collaborator

MakieBot commented May 9, 2025

Benchmark Results

SHA: b2fe32d9c019bb612af0054bdb2947796f130cda

Warning

These results are subject to substantial noise because GitHub's CI runs on shared machines that are not ideally suited for benchmarking.

GLMakie
CairoMakie
WGLMakie

@@ -40,3 +40,6 @@ Printf = "1.0, 1.6"
ShaderAbstractions = "0.5"
StaticArrays = "0.12, 1.0"
julia = "1"

[sources]
Makie = { path = ".." }
Copy link
Collaborator

@t-bltg t-bltg May 11, 2025

Choose a reason for hiding this comment

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

Should

[sources]
ReferenceTests = {path = "../../ReferenceTests"}

be added to GLMakie/test/Project.toml (same remark for CairoMakie/test and WGLMakie/test) ?

I think ReferenceTests = "d37af2e0-5618-4e00-9939-d430db56ee94" can also be removed from GLMakie/Project.toml (only used in tests, it is a leftover ...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Work in progress
Development

Successfully merging this pull request may close these issues.

3 participants