nimph icon indicating copy to clipboard operation
nimph copied to clipboard

relative paths are not resolved during path removal

Open disruptek opened this issue 4 years ago • 0 comments

For example, we want to remove /home/adavidoff/git/balls/ and the configuration contains --path="$config/../balls/".

The fix needs to not just perform path substitution, but also convert to absolute paths so that the input can be successfully compared. See nimph/config.nim in the bizarrely-named removeSearchPath procedure.

disruptek avatar Oct 20 '21 13:10 disruptek