vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

Error: :condition-case must be a list of error handlers #381

Closed seagle0128 closed 5 years ago

seagle0128 commented 5 years ago

While upgrading magithub, I got this error.

Compiling file /Users/vincent/.emacs.d/elpa/ghub+-20181023.27/ghub+.el at Tue Oct 23 23:48:26 2018
Entering directory ‘/Users/vincent/.emacs.d/elpa/ghub+-20181023.27/’
ghub+.el:658:1:Error: :condition-case must be a list of error handlers; see the documentation: ((ghub-422 (signal (quote ghubp-error-review-is-active) nil)) (ghub-http-error (let* ((val (car (cdr it)))) (if (eq val 422) (progn (signal (quote ghubp-error-review-is-active) nil)) (signal (car it) (cdr it))))))
seagle0128 commented 5 years ago

It's related to https://github.com/vermiculus/ghub-plus/issues/13.