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
GenericPath defines dirname which returns a byte vector (why?) instead of a path, and a dirname_str which returns a str. Returning a str seems inconsistent with not returning a str very specifically in Path and having to go through Display. Why doesn't dirname just return a Path? That would allow us to remove dir_path.
Alternatively we could keep dir_path and remove dirname and dirname_str.