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

Github code review: wrong-number-of-arguments (1 . 3) 4 #256

Open
ipocentro87 opened this issue Sep 21, 2024 · 1 comment
Open

Github code review: wrong-number-of-arguments (1 . 3) 4 #256

ipocentro87 opened this issue Sep 21, 2024 · 1 comment

Comments

@ipocentro87
Copy link

ipocentro87 commented Sep 21, 2024

Describe the bug
While trying to call code-review-forge-pr-at-point on a PR I get

To Reproduce
In magit status, call code-review-forge-pr-at-point

Expected behavior
Show pull request

Desktop (please complete the following information):

  • OS: MacOS, Emacs 29

Additional context

Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 3) 4)
  #f(compiled-function (class &optional livep connection-class) #<bytecode 0xa00cae29f0f9420>)(code-review-db-database code-review-db-connection "~/.emacs.d/code-review-db-file.sqlit..." t)
  apply(#f(compiled-function (class &optional livep connection-class) #<bytecode 0xa00cae29f0f9420>) code-review-db-database (code-review-db-connection "~/.emacs.d/code-review-db-file.sqlit..." t))
  closql-db(code-review-db-database code-review-db-connection "~/.emacs.d/code-review-db-file.sqlite" t)
  code-review-db()
  code-review-db--pullreq-create(#<code-review-github-repo code-review-github-repo-17153d258>)
  code-review-utils-build-obj(((owner . "mycompany") (repo . "myrepo") (num . "14") (forge . github)))
  (let ((code-review-section-full-refresh? t) (pr-alist (code-review-utils--alist-forge-at-point))) (code-review-auth-source-debug) (code-review-utils-build-obj pr-alist) (code-review--build-buffer code-review-buffer-name))
  code-review-forge-pr-at-point()
  funcall-interactively(code-review-forge-pr-at-point)
  call-interactively(code-review-forge-pr-at-point nil nil)
  command-execute(code-review-forge-pr-at-point)

Thank you in advance 🙏

@dakra
Copy link

dakra commented Sep 22, 2024

You should try #246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants