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

run: Fix up various things. #2553

Merged
merged 1 commit into from
Nov 26, 2023
Merged

run: Fix up various things. #2553

merged 1 commit into from
Nov 26, 2023

Conversation

PhilipMetzger
Copy link
Contributor

@PhilipMetzger PhilipMetzger commented Nov 8, 2023

Adress the post-merge comments from #2486, which found a doc comment inaccurate and to not blindly ignore -j 0 which would've worked until now. I've also reduced the default jobs size to one, as it's user-visible configuration
which determines how many processes should run.

Thanks to @necauqua the controversial unsafe usage was already removed.

I've omitted to change revisions from an Vec to a RevisonArg for the moment, as I will keep working on the file anyway.

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

cli/src/commands/run.rs Outdated Show resolved Hide resolved
@PhilipMetzger PhilipMetzger force-pushed the push-twktxtvppzyx branch 2 times, most recently from ac56056 to 479a559 Compare November 15, 2023 21:24
Copy link
Contributor

@arxanas arxanas left a comment

Choose a reason for hiding this comment

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

Accepting to unblock.

cli/src/commands/run.rs Outdated Show resolved Hide resolved
@PhilipMetzger PhilipMetzger force-pushed the push-twktxtvppzyx branch 2 times, most recently from 123d443 to 0834e91 Compare November 23, 2023 19:25
@PhilipMetzger
Copy link
Contributor Author

I'd like to finally land this patch tomorrow, so call for last reviews or nits.

cli/src/commands/run.rs Outdated Show resolved Hide resolved
Adress the post-merge comments from #2486, which found a doc comment
inaccurate and to not blindly ignore `-j 0` which would've worked until now.
I've also reduced the default `jobs` size to one, as it's user-visible configuration
which determines how many processes should run.

Thanks to @necauqua the controversial `unsafe` usage was already removed.

I've omitted to change `revisions` from an Vec to a RevisonArg for the moment, 
as I will keep working on the file anyway.
@PhilipMetzger PhilipMetzger merged commit c78425c into main Nov 26, 2023
15 checks passed
@PhilipMetzger PhilipMetzger deleted the push-twktxtvppzyx branch November 26, 2023 14:13
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.

3 participants