Why I am tired of writing pull requests
1–10 of 71 posts
Re: Why I am tired of writing pull requests
#2I've written dozens of pull requests and most of them either get merged, or I get a concise explaination about why they're not being merged.
probably 3/5 I have to go through a few iterations of hack and rebase before they go upstream. I'm fine with this.
With some more background maybe we can offer feedback about why your code isn't making it upstream?
Re: Why I am tired of writing pull requests
#3Re: Why I am tired of writing pull requests
#4With no references to examples if what you're talking about, it comes off as a bit of a temper tantrum. But that's just what it feels like, but I have no idea because I have nothing to look at to form an opinion.
Re: Why I am tired of writing pull requests
#5https://github.com/joyent/node/pull/3710
I sit and argue my pull like crazy but it is just getting derailed :/ oh well.
Re: Why I am tired of writing pull requests
#6 - The project is no longer maintained (I fork or rewrite better in this case)
- I was actually doing it wrong
- My pull didn't have tests and that was the convention (gotta respect conventions)
- The author wished to keep my feature out for some random reason, but either gave me a hook or showed me how to override behavior in a clean way.
When the developer refuses to pull for not one of these reasons, it's usually because they don't have time. Which is fine, I totally understand that. I do that myself - I currently have 17 open PRs that I've sent and 20 from others in projects I maintain - so that's expected.I would also say that when a PR isn't merged because the developer wants to write it himself, it's probably a stylistic issue and your implementation doesn't fit in with his vision for the project. You can't just pull in every request that comes by, otherwise the code becomes a complete shit-show and then debugging, maintaining, and extending it is a nightmare. I can personally attest to this, having committed this faux pas myself.
Re: Why I am tired of writing pull requests
#7Re: Why I am tired of writing pull requests
#8Most library authors truly appreciate these kinds of pull requests.
Bitching about pull requests in such a generalized way is destructive behavior and having it up-voted here surely isn't good for many of the impressionable people that read news here.
Re: Why I am tired of writing pull requests
#9That's really too bad. For the record, I've written a couple hundred pull requests - no really! - and those that haven't been accepted have been because - The project is no longer maintained (I fork or rewrite better in this case) - I was actually doing it wrong - My pull didn't have tests and that was the convention (gotta respect conventions) - The author wished to keep my feature out for some random reason, but ei…
Re: Why I am tired of writing pull requests
#10I have had similar things happen to me. https://github.com/joyent/node/pull/3710 I sit and argue my pull like crazy but it is just getting derailed :/ oh well.
https://gist.github.com/3444052 your names on that one.