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 took a quick look at doing this; the only "tricky" point is inferring the target of such an abbreviated action, which requires making the type of paths less abstract than they are now which altogether seemed to me to result in uglier code.
In any case, #1323 addressed this issue as well for me, so as far as I am concerned, we could close this one.
The common case of
(copy ...)
is copying a file from another directory to the current one with the same name.What do you think of interpreting
(copy src)
as(copy src (basename src))
?(same for
(copy# ...)
)The text was updated successfully, but these errors were encountered: