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

magithub-feature-autoinject error #402

Closed
mgcyung opened this issue Feb 19, 2019 · 1 comment · Fixed by #403
Closed

magithub-feature-autoinject error #402

mgcyung opened this issue Feb 19, 2019 · 1 comment · Fixed by #403
Labels
bug describes a defect in supported/advertised functionality

Comments

@mgcyung
Copy link
Contributor

mgcyung commented Feb 19, 2019

Emacs initialization breaks down on

(after-load 'magit (magithub-feature-autoinject t))

with error

error: feature pull-request-merge failed to install: nil

It seems due to no defination of function "magit-am-popup". Since magit/magit#3728 magit uses Transient instead of Magit-Popup.

@vermiculus
Copy link
Owner

You're right; magithub will need to be ported to transient. I'm unlikely to do this anytime in the next few days ago (what little free time I have, I'm putting into Forge) – do you want to take a crack at a PR? You'll want to adjust magithub-feature-list in magithub-core.el.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug describes a defect in supported/advertised functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants