We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug While trying to call code-review-forge-pr-at-point on a PR I get
code-review-forge-pr-at-point
To Reproduce In magit status, call code-review-forge-pr-at-point
Expected behavior Show pull request
Desktop (please complete the following information):
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 🙏
The text was updated successfully, but these errors were encountered:
You should try #246
Sorry, something went wrong.
No branches or pull requests
Describe the bug
While trying to call
code-review-forge-pr-at-point
on a PR I getTo Reproduce
In magit status, call
code-review-forge-pr-at-point
Expected behavior
Show pull request
Desktop (please complete the following information):
Additional context
Thank you in advance 🙏
The text was updated successfully, but these errors were encountered: