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

rename multiple env, fix float bug, ensure parsing works #993

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

grosser
Copy link
Owner

@grosser grosser commented Mar 1, 2025

No description provided.

@grosser grosser merged commit c1d7ecc into master Mar 1, 2025
13 checks passed
@grosser grosser deleted the grosser/mult branch March 1, 2025 05:47

autoload :CLI, "parallel_tests/cli"
autoload :VERSION, "parallel_tests/version"
autoload :Grouper, "parallel_tests/grouper"
autoload :Pids, "parallel_tests/pids"

class << self
def determine_number_of_processes(count)
Copy link
Contributor

Choose a reason for hiding this comment

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

This renaming broke bundler + ruby specs. Any chance to get it back as an alias or should we adapt?

Copy link
Owner Author

Choose a reason for hiding this comment

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

will re-rename, thx!

Copy link
Owner Author

Choose a reason for hiding this comment

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

4.10.1

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks!

@aramprice
Copy link
Contributor

I think Readme.md:338, as well as spec/parallel_tests_spec.rb:57, and spec/parallel_tests_spec.rb:66 may still need to be changed from PARALLEL_TEST_MULTIPLE -> PARALLEL_TEST_MULTIPLY_PROCESSES

@grosser
Copy link
Owner Author

grosser commented Mar 4, 2025 via email

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