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: install requested components plus deps #101

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

sgammon
Copy link
Owner

@sgammon sgammon commented Sep 3, 2023

Summary

Fixes a bug where only the transitive dependencies of components were installed, not including the components actually requested by the user. Fixes and closes #100, which surfaced in #99. Thanks to @mantasindrasius for reporting!

Targeting #80 for merge.

Changelog

  • fix: add requested component to list of effective components installed via bindist

- fix: add requested component to list of effective components
  installed via bindist

Fixes and closes #100. Thanks to
@mantasindrasius for reporting!

Relates-To: #100
Relates-To: #99
Signed-off-by: Sam Gammon <sam@elide.ventures>
@sgammon sgammon added bug Something isn't working components Issues relating to GraalVM components labels Sep 3, 2023
@sgammon sgammon added this to the 1.0.0 milestone Sep 3, 2023
@sgammon sgammon self-assigned this Sep 3, 2023
@sgammon sgammon marked this pull request as ready for review September 3, 2023 22:58
@sonarcloud
Copy link

sonarcloud bot commented Sep 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sgammon sgammon mentioned this pull request Sep 3, 2023
@sgammon sgammon merged commit 583c74b into main Sep 3, 2023
43 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working components Issues relating to GraalVM components
Projects
Development

Successfully merging this pull request may close these issues.

Component direct dependencies not installed
1 participant