You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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-namedremoveSearchPath
procedure.The text was updated successfully, but these errors were encountered: