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

Fix bugs for corner cases with shared dependencies #1453

Merged
merged 3 commits into from
Sep 15, 2023

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Sep 13, 2023

Linked dependencies on their own were giving trouble if no other regular dependencies forced config generation. Also the selfbuild of alr by itself uncovered another corner case with linked dependencies. Test included.

Also I introduced a bug in #1448 because I removed one of two consecutive arguments with boolean defaults, which made calls passing only the first boolean to unsuspectedly use it for the second. Note to self: don't use boolean parameters with defaults in such a way.

@mosteo mosteo marked this pull request as ready for review September 14, 2023 05:11
@mosteo mosteo merged commit 8243841 into alire-project:master Sep 15, 2023
12 checks passed
@mosteo mosteo deleted the fix/bug-system-crate branch September 15, 2023 07:19
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.

None yet

2 participants