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

Use absolute module namespace to prevent conflict with Guard::Process #24

Closed
wants to merge 1 commit into from

Conversation

cristianbica
Copy link
Contributor

Guard has it's own Process class and when calling Process.kill will use the Process module/class under Guard which does not implement kill resulting in error like: NoMethodError: undefined method `wait2' for Guard::Process:Class.

Guard has it's own Process class and when calling Process.kill will use the Process module/class under Guard which does not implement kill resulting in error like: NoMethodError: undefined method `wait2' for Guard::Process:Class.
@dblock
Copy link
Owner

dblock commented Dec 27, 2016

Thanks. Would you mind helping fix the build? Probably updating Ruby version / locking down Rack would work?

@lilfaf
Copy link

lilfaf commented Apr 30, 2019

@cristianbica @dblock hello guys, is there any chance we can get this merged?

dblock added a commit that referenced this pull request Apr 30, 2019
Fixing the build and merging #24
@dblock
Copy link
Owner

dblock commented Apr 30, 2019

Merged via #26. I'll cut a release.

@dblock dblock closed this Apr 30, 2019
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