vermiculus / magithub

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

wrong-type-argument on magithub-feature-autoinject #223

Closed aaronjensen closed 6 years ago

aaronjensen commented 6 years ago
Debugger entered--Lisp error: (wrong-type-argument listp #f(compiled-function () #<bytecode 0x510a4589>))
  mapc(magithub-feature-autoinject (pull-request-merge . #f(compiled-function () #<bytecode 0x510a4589>)))
  magithub-feature-autoinject((pull-request-merge . #f(compiled-function () #<bytecode 0x510a4589>)))
  mapc(magithub-feature-autoinject ((pull-request-merge . #f(compiled-function () #<bytecode 0x510a4589>)) (commit-browse . #f(compiled-function () #<bytecode 0x510a45a1>))))
  magithub-feature-autoinject(t)
vermiculus commented 6 years ago

Bah, dumb mistake. See above PR; I'll merge as soon as the CI tests pass.

vermiculus commented 6 years ago

Thanks for the report! Should be fixed in the next update. If you want, you can change your call to (magithub-feature-autoinject (mapcar #'car magithub-feature-list)).