Draft: [Feat] Add symlinks copies for export
1 unresolved thread
1 unresolved thread
Compare changes
It is sometimes tedious to debug on exports as it requires to go through all these steps :
This last step is the one we seek to automate with this MR, as now, the copy_files()
and the new copy_folder()
function can generate symbolic links instead of actually copying the files.
The ExportNode
class now holds a static_folders
variable acting as the existing static_files
variable but for whole folders.
This MR also adds a function to convert numpy types into c types.
copy_folder()
function access and the data conversion functions;copy_folder()
function implementation and the symlink argument;static_folder
variable in the ExportNode
class;test_mode
argument. If test_mode
is set to True
, symbolic links will be generated to ease the debug process.Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent