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

edts-code-xref-analyze raises an error #33

Closed
qoocku opened this issue Nov 27, 2012 · 2 comments
Closed

edts-code-xref-analyze raises an error #33

qoocku opened this issue Nov 27, 2012 · 2 comments

Comments

@qoocku
Copy link

qoocku commented Nov 27, 2012

.. and nothing happens since then.

*Messages* sayes:

call-interactively: Wrong number of arguments: 
(lambda (result) "Runs xref-checks for current buffer on the node related to that
buffer's project." (interactive) (if (string= "erl" (file-name-extension (buffer-file-name))) 
(progn (edts-face-remove-overlays (quote ("edts-code-xref"))) (if (and edts-code-xref-checks 
(not (eq result (quote error)))) (progn (let ((module (ferl-get-module))) 
(edts-get-module-xref-analysis-async module edts-code-xref-checks 
(function edts-code-handle-xref-analysis-result) (current-buffer)))))))), 0
@qoocku
Copy link
Author

qoocku commented Nov 27, 2012

... and edts-code-xref-analyze-project also fails with this error in *edts* console:

(edts@damian)1> 10:14:23.570 [error] Error in remote call edts_code:check_module/2 on l4m@damian: 
{'EXIT',{noproc,{gen_server,call,[edts_xref,{qry,"(XLin) ((XC - UC) || (XU - X - B) * XC | l4m_storage_srv : Mod)"},infinity]}}}

@qoocku qoocku closed this as completed Nov 27, 2012
@qoocku qoocku reopened this Nov 27, 2012
@tjarvstrand
Copy link
Collaborator

This should be fixed now.

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