Skip to content

Conversation

MolotovCherry
Copy link
Contributor

@MolotovCherry MolotovCherry commented Mar 17, 2025

When running pueued -c "space path" service install, the service cli got expanded to pueued --config "\"space path\"" service run, which is definitely not correct. Turns out that the windows_service crate already handled the case of spaces in the arg for us. Nice. This PR fixes this bug. Now it expands to pueued --config "space path" service run or pueued --config no_space_path service run

(I don't know the next version for the changelog, but I assumed it's 4.0.1. Please let me know if the changelog entry needs to be fixed)

TODO:

Checklist

Please make sure the PR adheres to this project's standards:

  • I included a new entry to the CHANGELOG.md.
  • I checked cargo clippy and cargo fmt. The CI will fail otherwise anyway.
  • (If applicable) I added tests for this feature or adjusted existing tests.
  • (If applicable) I checked if anything in the wiki needs to be changed.

Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.01%. Comparing base (33290e6) to head (cea79e5).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #630   +/-   ##
=======================================
  Coverage   78.01%   78.01%           
=======================================
  Files          96       96           
  Lines        6786     6786           
=======================================
  Hits         5294     5294           
  Misses       1492     1492           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MolotovCherry MolotovCherry marked this pull request as draft March 17, 2025 06:38
@Nukesor Nukesor marked this pull request as ready for review March 17, 2025 10:27
@Nukesor
Copy link
Owner

Nukesor commented Mar 17, 2025

Thanks, 4.0.1 is also correct 👍

I'll release a patch version for it soonish then :)

@Nukesor Nukesor merged commit 7b66a23 into Nukesor:main Mar 17, 2025
26 checks passed
@MolotovCherry
Copy link
Contributor Author

MolotovCherry commented Mar 17, 2025

Thanks, 4.0.1 is also correct 👍

I'll release a patch version for it soonish then :)

Could we hold off on the next patch release for a moment? I have one more related area I want to be certain is correct (it didn't make it into this PR yet; I realized this a little later after I opened it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants