Skip to content

fix(native_image): clean up args building#71

Merged
sgammon merged 1 commit intosgammon:mainfrom
fmeum:args
Sep 1, 2023
Merged

fix(native_image): clean up args building#71
sgammon merged 1 commit intosgammon:mainfrom
fmeum:args

Conversation

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

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
Copy Markdown
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
@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