jberger / Mojo-IOLoop-ForkCall

Deprecated! Use Mojo::IOLoop::Subprocess instead
https://mojolicious.org/perldoc/Mojo/IOLoop/Subprocess
5 stars 2 forks source link

[PRC] How may I be of help #11

Open JJ opened 6 years ago

JJ commented 6 years ago

I have been assigned this module for the February Pull Request Challenge. How may I be of help?

jberger commented 6 years ago

Sorry, I meant to get back to you sooner and plain forgot. Hmmmm, not entirely sure. This module is not deprecated in any way but it did spawn a successor module that is part of Mojo core, that being Mojo::IOLoop::Subprocess. I guess this module could link to that one and perhaps note the differences between them. The former is easy, the latter would be much harder unless you were very familiar with both. I'm curious about AppVeyor, this module is known to have had problems on windows mostly stemming from fork-emulation and some known bugs/not-implemented-features therein (see #5).

JJ commented 6 years ago

Do you want to be aware of those bugs by including AppVeyor? Could I start with that?