His response? A short email that said only, "No patch? Oh, well. Take care".
I was like, WTF? What does *that* mean? First of all, it's not technically a patch, since I'm not *fixing* anything - just extending the functionality. Second, given how *incredibly easy* it would be to implement this, why wasn't the demo program enough? Lastly, even if it *was* a patch, should I be *expected* to provide it? What is the general consensus on this?
patches welcome (Score:1, Informative)
The Linux kernel project is especially bad in this way - if you want a change, you need to not only put together a patch to implement it, but also keep updating the patch to keep it up to date as oth
Re:patches welcome (Score:2, Informative)
I rarely expect patches, although if it is some new feature that isn't needed, that no one has previously expressed a need for, and is not a bug in any way
Re:patches welcome (Score:1)
Oh, all right...
ideally, you would provide not only a working patch that he could just use, but also patches for the documentation and for the test suite
There is no test suite. The documentation change would be so trivial, I didn't bother. The 'scp' command would remain unchanged. The 'login($user)' would change to 'login($user,$passwd)'. It's *that* trivial.
The
Re:patches welcome (Score:1)
Re:patches welcome (Score:1)
Now, my attitude would be different for a large project with a large patch proposal. But for this? I figure the entire module is somewhere around 100 lines of code, if you
Re:patches welcome (Score:1)
Again, I think his response was rude, but you can't expect help or code or action of any kind. To expect those things from someone not obligated to you is similarly rude. You should therefore provide what
Re:patches welcome (Score:4, Insightful)
Maybe the author is really busy, or bored with the project, or is sick, or has other commitments. Also, even though it's trivial for you, it may not be trivial for the author who may not have worked on the module for some time, to start up the whole development process for that module once again.
Reply to This
Parent
Sounds pretty rude (Score:2, Informative)
"That sounds like a good idea, but it doesn't scratch my itch all that much so I probably won't get around to it anytime soon, if ever. Patches are always welcome
I think that's polite enough.
And of course, sometimes it's better to not work on a patch unless you think the author will accept it. If I plan to offer a big patch I usually ask the author if they want to implement feature X _and_ tell them I will se
Re:Sounds pretty rude (Score:1)