-
Notifications
You must be signed in to change notification settings - Fork 42
Add options for handling [extras] dependencies
#528
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
base: master
Are you sure you want to change the base?
Changes from 8 commits
2cffdfe
a7b0543
1aea258
d8875db
1e49c6f
3ccfe31
ea2c7c6
115f5f1
98a2684
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,6 @@ version = "1.0.0" | |
|
|
||
| [deps] | ||
| Foobar_jll = "6ca821de-e512-569d-89d9-0b16ce691416" | ||
| Baz = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" | ||
| LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
|
||
| [weakdeps] | ||
|
|
@@ -14,6 +13,10 @@ Skix = "3db6da90-6ed3-11ee-0779-f549c8e3e90d" | |
| [extensions] | ||
| Ext = ["Bex_jll", "Skix"] | ||
|
|
||
| [extras] | ||
| Baz = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any particular reason for moving Baz from
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was just not creative enough and hence initially only moved around things. Only later I noticed that an additional dependency is needed to cover all cases. |
||
| Car = "0add4187-88db-462b-bf06-da4bec59fd54" | ||
|
|
||
| [compat] | ||
| Foobar_jll = "1" | ||
| Baz = "1" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.