Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a pull request from issue failed #389

Open
junjizhi opened this issue Nov 16, 2018 · 1 comment
Open

Creating a pull request from issue failed #389

junjizhi opened this issue Nov 16, 2018 · 1 comment
Labels
bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer

Comments

@junjizhi
Copy link
Contributor

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
Copy link
Owner

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.

@vermiculus vermiculus added bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer labels Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug describes a defect in supported/advertised functionality unconfirmed has not been reproduced by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants