-
Notifications
You must be signed in to change notification settings - Fork 63
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
No pull requests listed with hub 2.3.0-pre8 #44
Comments
Hmm… you're right. It looks like 2.3 just doesn't return pull requests for I'll see what I can do to mitigate this. Related #43 It looks like this was taken out intentionally and there are no plans to include it in There's nothing I can do until it's supported again in |
I went back to 2.2.9 and that works. |
@vermiculus To reflect our web UI, I decided that How is magithub using |
Magithub basically just parses the output of various Specifically for In 2.3.x (or 3.x, which makes more sense to me), I'm able to use the new The only true inconvenience I can foresee (that can't be really solved with any amount of code on my end) is the extra network lag for pulling issues and then pull requests – I imagine it would take the same amount of time for both commands (since right now |
That's exactly why the
Do you always need to fetch both lists at the same time? Maybe |
The answer is… probably. I don't think Magithub will ever reach a level of sophistication where those individual sections can all be turned on/off (though this is happening for CI status, so maybe I'm already wrong). The fewer network calls I have to make, the better: emacs is 'by default' a single-threaded application (see #37) so I don't want to lock folks up too bad. |
This change adds a long-form flag `--show-pulls` to `hub issue` that directs hub to include pull requests in the issue listing. The default value is false; the default behavior does not change. Temporary fix until a better abstraction for pull requests can be designed. Related: mislav#1303 Related: vermiculus/magithub#44
For me "Issues and Pull Requests" does not list any of the latter. I'm using hub 2.3.0-pre8, haven't tried with 2.2 yet (but wanted to use magithub for the first time to create an issue now ;-).
hub issue
also doesn't list any pull requests.The text was updated successfully, but these errors were encountered: