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
Either way, automatically doing this even were :back present is inconsistent with how pathname literals are interpreted. For instance:
(inspect#p"/foo/bar/../stuff.txt")
You will see that :UP is still present in the struct and the path has not been normalized. Other main implementations also do not do auto-normalization within make-pathname.