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(windows): added use_param_file for args #132

Merged
merged 1 commit into from Sep 13, 2023
Merged

Conversation

sgammon
Copy link
Owner

@sgammon sgammon commented Sep 13, 2023

From original PR:

Hey, firstly thanks for making this project.

I am using it on windows and was running into an issue where the command used to invoke native-image was too long for windows. It turns out graalvm added support for args files here graalvm/native-build-tools#205 and it wasn't too hard to add support for them here.

Thanks
Ruairidh

cc / @ruwi-next

Signed-off-by: Sam Gammon <sam@elide.ventures>
@sgammon sgammon added bug Something isn't working enhancement New feature or request platform:windows Issues relating to Windows and MSVC labels Sep 13, 2023
@sgammon sgammon added this to the 1.0.0 milestone Sep 13, 2023
@sgammon sgammon self-assigned this Sep 13, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 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 marked this pull request as ready for review September 13, 2023 21:56
@sgammon
Copy link
Owner Author

sgammon commented Sep 13, 2023

@ruwi-next Very sorry about the PR mixup! I'll get this merged and included in the upcoming 0.10.3 release, which you should see go out shortly. Next time I will make sure to be more careful, please consider contributing again if you have any ideas or find bugs 😄

@sgammon sgammon merged commit 481e503 into main Sep 13, 2023
61 checks passed
@ruwi-next
Copy link
Contributor

No worries, thanks for such a quick response. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request platform:windows Issues relating to Windows and MSVC
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants