nimph
nimph copied to clipboard
relative paths are not resolved during path removal
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.