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

Left click does not work non-interned method name #9

Open
7max opened this issue May 18, 2013 · 0 comments
Open

Left click does not work non-interned method name #9

7max opened this issue May 18, 2013 · 0 comments
Labels

Comments

@7max
Copy link
Owner

7max commented May 18, 2013

Issue, if you do not use some package, but put a method on a generic function in it like so:

(in-package :some-package)
(defmethod asdf:operate (....)
   (log:info "blah"))

Then message will come out as

<INFO> [time] some-package (operate ...) - blah

And going to the left click go to source fails, because it there is no (FIND-SYMBOL "OPERATE") in some-package

Solution would be to change naming to use prin1 for symbols instead of princ,
this would change automatic naming to produce some-package.asdf:operate as the logger name, and message will be

<INFO> [time] some-package (asdf:operate ...) - blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant