vermiculus / magithub

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

Creating a pull request from issue failed #389

Open junjizhi opened 5 years ago

junjizhi commented 5 years ago

I ran the function M-x magithub-new-pull-request-from-issue in an issue buffer, I got the following error:

Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")
  apply(append nil)
  -mapcat(-flatten nil)
  -flatten(nil)
  #f(compiled-function (it) #<bytecode 0x4fc9eab1>)(nil)
  mapcar(#f(compiled-function (it) #<bytecode 0x4fc9eab1>) ("config" nil "-z" "--get-all" "magithub.online"))
  -mapcat(-flatten ("config" nil "-z" "--get-all" "magithub.online"))
  -flatten(("config" nil "-z" "--get-all" "magithub.online"))
  magit-process-git-arguments(("config" nil "-z" "--get-all" "magithub.online"))
  magit-git-insert("config" nil "-z" "--get-all" "magithub.online")
  apply(magit-git-insert ("config" nil "-z" "--get-all" "magithub.online"))
  magit-git-items("config" nil "-z" "--get-all" "magithub.online")
  magit-get-all("magithub.online")
  apply(magit-get-all "magithub.online")
  magit-get("magithub.online")
  magithub-settings--value-or("magithub.online" t magit-get-boolean)
  magithub-online-p()
  magithub-cache(:repo-demographics (or (magithub-request (

Versions:

magithub: 20181024.2217 magit: 20181101.1148 emacs: GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.6.0, NS appkit-1561.40 Version 10.13.5 (Build 17F77)) of 2018-06-19

vermiculus commented 5 years ago

Is that the whole backtrace? It looks like it cuts off.

Generally when you see this type of error, there's a large section of repetition where the error is coming from.