sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

Wrong type argument: lisp #108

Open piotr-yuxuan opened 7 years ago

piotr-yuxuan commented 7 years ago

Hi! I've installed this package as described in the repo and all looks nice, PR list is retrieved.

However when I try to fetch a PR I get this error message:

eq: Wrong type argument: lisp, unfetched-pull

When I put the pointer on a PR and press enter, I get:

eq: Wrong type argument: listp, pull

I'm using

piotr-yuxuan commented 6 years ago

?

alexander-yakushev commented 6 years ago

I'm not sure, this might be due to Emacs 26. I can't test if there are any related breaking changes there. Could you please test on Emacs 25.3?

piotr-yuxuan commented 6 years ago

Hello, thanks for your reply. I will try to install another version of Emacs and try it there.