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

Merge Runfile::Exec into Runfile #13

Merged
merged 3 commits into from
May 7, 2016
Merged

Merge Runfile::Exec into Runfile #13

merged 3 commits into from
May 7, 2016

Conversation

DannyBen
Copy link
Owner

@DannyBen DannyBen commented May 7, 2016

After a lot of deliberation, it is time to merge all the actions provided by the Exec module straight into Runfile.

This breaks backwards compatibility for Runfiles that used to include Runfile::Exec - but the switch is easy.

  1. Including Runfile::Exec is no longer needed - all the commands are readily available in any Runfile.
  2. Any Exec config - such as Exec.pid_dir should simply be changed to Runfile.pid_dir
  3. In any case you run an old Runfile, a polite deprecation warning will be displayed with fix-it instructions.

@DannyBen DannyBen merged commit 2ee925d into master May 7, 2016
@DannyBen DannyBen deleted the exec2 branch May 7, 2016 06:33
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.

1 participant