Closed graysonguarino closed 2 years ago
cmake-build-debug/frame --diagnostic-path nonexisting/tmp
Expect: an error Actual: no error
🤦 I forgot to check that case when migrating from boost::filesystem::canonical()
to boost::filesystem::absolute()
.
I forgot to check that case
That is the problem with manual testing
Fixes #93 by using
boost::filesystem::absolute()
to convert all inputted paths to absolute paths. Also deals with the error case where a user attempts to input a file as the parent directory.