-
Notifications
You must be signed in to change notification settings - Fork 504
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
Conversation
|
||
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) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will re-rename, thx!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.10.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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 |
No description provided.