vermiculus / magithub

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

:condition-case must be a list of error handlers; see the documentation: ((ghub-422 #382

Closed simendsjo closed 5 years ago

simendsjo commented 5 years ago

Ref https://github.com/vermiculus/magithub/issues/301#issuecomment-432140677

Eager macro-expansion failure: (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))))))") [2 times]
apiwrap-gendefun: :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))))))
vermiculus commented 5 years ago

Duplicate of vermiculus/ghub-plus#13