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

Void-function pos #24

Closed
jumper047 opened this issue Nov 2, 2019 · 2 comments
Closed

Void-function pos #24

jumper047 opened this issue Nov 2, 2019 · 2 comments

Comments

@jumper047
Copy link

I use eldoc-box with elpy. After last update (20191102.410) i have message in minibuffer"error: (void-function pos)" every time when elpy tries to show some doc.
There is debugger output:

Debugger entered--Lisp error: (void-function pos)
  signal(void-function (pos))
  elpy-rpc--default-error-callback((void-function pos))
  elpy-promise-reject([*elpy-promise* (lambda (doc) (cond (doc (let ((name ...) (doc ...)) (let (...) (eldoc-message ...)))))) elpy-rpc--default-error-callback #<buffer something.py> nil] (void-function pos))
  elpy-promise-resolve([*elpy-promise* (lambda (doc) (cond (doc (let ((name ...) (doc ...)) (let (...) (eldoc-message ...)))))) elpy-rpc--default-error-callback #<buffer something.py> nil] ((name . "int()") (doc . "Convert a number or string to an integer, or return 0 if no arguments are given.")))
  elpy-rpc--handle-json(((result (name . "int()") (doc . "Convert a number or string to an integer, or return 0 if no arguments are given.")) (id . 22)))
  elpy-rpc--filter(#<process  *elpy-rpc [project:x:/someproject/ python:c:/Windows/py.exe]*> "{\"result\": {\"name\": \"int()\", \"doc\": \"Convert a number or string to an integer, or return 0 if no arguments are given.\"}, \"id\": 22}\n")
@jumper047
Copy link
Author

UPD: Reverting commit ec87e8c fixes issue

casouri added a commit that referenced this issue Nov 2, 2019
@casouri
Copy link
Owner

casouri commented Nov 2, 2019

Hi, sorry for the fuzz, it should be fixed now.

@casouri casouri closed this as completed Nov 2, 2019
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