Rename copy_file/2 to file_copy/2
This commit is contained in:
@@ -262,8 +262,8 @@ enum SystemClauseType {
|
||||
DeleteFile,
|
||||
#[strum_discriminants(strum(props(Arity = "2", Name = "$rename_file")))]
|
||||
RenameFile,
|
||||
#[strum_discriminants(strum(props(Arity = "2", Name = "$copy_file")))]
|
||||
CopyFile,
|
||||
#[strum_discriminants(strum(props(Arity = "2", Name = "$file_copy")))]
|
||||
FileCopy,
|
||||
#[strum_discriminants(strum(props(Arity = "2", Name = "$working_directory")))]
|
||||
WorkingDirectory,
|
||||
#[strum_discriminants(strum(props(Arity = "1", Name = "$delete_directory")))]
|
||||
@@ -1613,7 +1613,7 @@ fn generate_instruction_preface() -> TokenStream {
|
||||
&Instruction::CallMakeDirectoryPath(_) |
|
||||
&Instruction::CallDeleteFile(_) |
|
||||
&Instruction::CallRenameFile(_) |
|
||||
&Instruction::CallCopyFile(_) |
|
||||
&Instruction::CallFileCopy(_) |
|
||||
&Instruction::CallWorkingDirectory(_) |
|
||||
&Instruction::CallDeleteDirectory(_) |
|
||||
&Instruction::CallPathCanonical(_) |
|
||||
@@ -1828,7 +1828,7 @@ fn generate_instruction_preface() -> TokenStream {
|
||||
&Instruction::ExecuteMakeDirectoryPath(_) |
|
||||
&Instruction::ExecuteDeleteFile(_) |
|
||||
&Instruction::ExecuteRenameFile(_) |
|
||||
&Instruction::ExecuteCopyFile(_) |
|
||||
&Instruction::ExecuteFileCopy(_) |
|
||||
&Instruction::ExecuteWorkingDirectory(_) |
|
||||
&Instruction::ExecuteDeleteDirectory(_) |
|
||||
&Instruction::ExecutePathCanonical(_) |
|
||||
|
||||
Reference in New Issue
Block a user