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

Cleanup "Process Management" #1 #257

Merged
merged 24 commits into from Jun 26, 2015
Merged

Cleanup "Process Management" #1 #257

merged 24 commits into from Jun 26, 2015

Conversation

ghost
Copy link

@ghost ghost commented May 18, 2015

This one cleans up Process Management. Will create a new PR for the next iteration of cleanup.

@maxmeyer
Copy link
Member

maxmeyer commented Jun 6, 2015

I think this should be reviewed "now". I create a follow-up PR to improve command execution a bit more.

I want to use some debugger in my code and therefor need system() to execute my program
In order to find a bug

@debug
Copy link
Member

Choose a reason for hiding this comment

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

I improved this examples in #260. Look here.

@@ -185,8 +185,8 @@ Then wire it all up in your `features/support/env.rb` file:
require 'aruba'
require 'aruba/in_process'

Aruba::InProcess.main_class = MyMain
Aruba.process = Aruba::InProcess
Aruba.process = Aruba::Processes::InProcess
Copy link
Author

Choose a reason for hiding this comment

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

There are quite a few classes around starting processes. That's why I namespaced them.

@ghost
Copy link
Author

ghost commented Jun 12, 2015

@mattwynne What do you think about that PR? It's just the beginning, but I hope this is the right direction. It lays the groundwork to introduce the new config in #258.

@@ -0,0 +1,21 @@
module Aruba
module Utils
Copy link
Member

Choose a reason for hiding this comment

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

I suggest Platform as the name. Utils is too general and could become a dumping-ground.

maxmeyer added a commit that referenced this pull request Jun 26, 2015
…_directory_for_process

Cleanup "Process Management" #1
@maxmeyer maxmeyer merged commit cbfcb1d into cucumber:master Jun 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants