You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Issue, if you do not use some package, but put a method on a generic function in it like so:
Then message will come out as
And going to the left click go to source fails, because it there is no
(FIND-SYMBOL "OPERATE")
in some-packageSolution 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
The text was updated successfully, but these errors were encountered: