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(native_image): clean up args building #71

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Aug 31, 2023

Make use of Args lazy string formatting to save memory. Also pass in compiler options as repeated flags, not joined on spaces, to prevent issues when compiler options contain spaces.

Make use of `Args` lazy string formatting to save memory.
Also pass in compiler options as repeated flags, not joined on spaces,
to prevent issues when compiler options contain spaces.
@fmeum fmeum requested a review from sgammon as a code owner August 31, 2023 06:56
@sonarcloud
Copy link

sonarcloud bot commented Aug 31, 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

Copy link
Owner

@sgammon sgammon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hole in one 👍🏻 thank you for this contribution

@sgammon sgammon merged commit 2c7d25b into sgammon:main Sep 1, 2023
43 checks passed
@sgammon sgammon added this to the 1.0.0 milestone Sep 1, 2023
@sgammon sgammon added the enhancement New feature or request label Sep 1, 2023
@sgammon sgammon self-assigned this Sep 1, 2023
This was referenced Sep 1, 2023
@fmeum fmeum deleted the args branch September 1, 2023 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants