Currently, when passing the project path via --path to any command, we are not resolving symlink, which in some case can make certain behaviours failing.
As an example, changing @cache_dir
to a custom directory in workspace.rb
and running fourier test tuist acceptance projects/tuist/features/cache-frameworks.feature:3
will make the test fail.
This specific case happens as the temp directory is returned as /var/randomname
, which is symlinked to /private/var/randomname
, when resolving project relatives paths it will result in wrong relatives paths.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too