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
We currently expose the low level system call rename(2) as move. This does not move over file systems. The current implementation should be renamed to rename and a move command created composing copyTree and removeTree, perhaps only if rename fails because of a device boundary.
We currently expose the low level system call
rename(2)
asmove
. This does not move over file systems. The current implementation should be renamed torename
and amove
command created composingcopyTree
andremoveTree
, perhaps only if rename fails because of a device boundary.Re montagejs/minit#42
The text was updated successfully, but these errors were encountered: