Skip to content
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

Allow ext → ext dependency if triggers are a strict superset (#56368) #56402

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

topolarity
Copy link
Member

Forward port of #56368 - this was a pretty clean port, so it should be good to go once tests pass.

…ng#56368)

This is an effort at a proper workaround (feature?) to resolve
JuliaLang#56204.

For example:
```toml
[extensions]
PlottingExt = "Plots"
StatisticsPlottingExt = ["Plots", "Statistics"]
```

Here `StatisticsPlottingExt` is allowed to depend on `PlottingExt` This
provides a way to declare `ext → ext` dependencies while still avoiding
any extension cycles. The same trick can also be used to make an
extension in one package depend on an extension provided in another.

We'll also need to land JuliaLang#49891, so that we guarantee these load in the
right order.
@topolarity
Copy link
Member Author

After 4 consecutive timeouts of i686-w64-mingw32, I'm just going to merge this

@topolarity topolarity merged commit 7d81897 into JuliaLang:master Nov 1, 2024
5 of 7 checks passed
@topolarity topolarity deleted the ct/56368-forward-port branch November 1, 2024 14:57
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