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
I don't think a specific path type is needed. Casting to a Python Path is actually counterproductive, as it can be natively serialized to JSON. Even that were possible, deserialization in any other language would surely lead to surprises. A case-sensitive string type would capture the need to skip case normalization and checks on paths could still be performed easily.
In the discussion over #51 it emerged that filesystem paths should be allowed to have richer semantics than that allowed by simple strings.
The text was updated successfully, but these errors were encountered: