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
The string interface is rather complicated and the only reason we've been subtyping it is to make interop with existing filesystem methods easier. A better solution going forward may be to provide an @filepaths macro that can be applied to methods to provide both a string and filepaths dispatch.
The text was updated successfully, but these errors were encountered:
The string interface is rather complicated and the only reason we've been subtyping it is to make interop with existing filesystem methods easier. A better solution going forward may be to provide an
@filepaths
macro that can be applied to methods to provide both a string and filepaths dispatch.The text was updated successfully, but these errors were encountered: