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
Be smarter about coercing a pathname to a directory.
On many implementations, (file-namestring "/") returns NIL. On SBCL,
it returns "". Abstract that difference away into
NON-EMPTY-FILE-NAMESTRING and use it.
0 commit comments