UTBotCpp icon indicating copy to clipboard operation
UTBotCpp copied to clipboard

Some new paths can be unavailable

Open ladisgin opened this issue 3 years ago • 2 comments

Some new paths in function createNewDirForFile from Paths.h. Can be unavailable. Example: file = /home/utbot/.opam/4.08.0/share/sail/lib/sail.c oldBase = /home/utbot/sail-riscv/c_emulator/SoftFloat-3e/build newBase = /home/utbot/tmp/UnitTestBot/sail-riscv result = home/.opam/4.08.0/share/sail/lib/sail.c result not in temp directory.

Problem arise because we use relative paths to build a temporary directory structure.

ladisgin avatar Mar 31 '22 11:03 ladisgin

linked with issue-52

ladisgin avatar Apr 15 '22 12:04 ladisgin

createNewDirForFile has not been touched in issue-52

antipeon avatar Aug 05 '22 10:08 antipeon