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
This comes down to that we have code for the purpose of safe set that errors out if the path segment has a colon in it. This means that you technically can't write to any path with a colon in it. Is this a restriction that should be removed?
cp to a path with two colons yields:
!! cannot write to paths in /path:key notation
We should be able to handle paths with colons in them, and even if that weren't true, that's a bad error.
The text was updated successfully, but these errors were encountered: