Skip to content

fix: install requested components plus deps#101

Merged
sgammon merged 1 commit intomainfrom
fix/component-install
Sep 3, 2023
Merged

fix: install requested components plus deps#101
sgammon merged 1 commit intomainfrom
fix/component-install

Conversation

@sgammon
Copy link
Copy Markdown
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
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud 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
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