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
in src/trivial-exe.lisp, executable-pathname should use lisp-image-image to get the executable name on LispWorks. Since it returns a string and executable-pathname return a pathname for other implementations, it probably should do (truename (lisp-image-name)).
The text was updated successfully, but these errors were encountered:
in src/trivial-exe.lisp, executable-pathname should use lisp-image-image to get the executable name on LispWorks. Since it returns a string and executable-pathname return a pathname for other implementations, it probably should do
(truename (lisp-image-name))
.The text was updated successfully, but these errors were encountered: