Closed kishansairam9 closed 5 years ago
Fix: https://github.com/kishansairam9/cider/commit/5102a8d0046ece5eaa78490ff766f9a1c23661f6
key
directly from symlinks
in remove_symlinks
function, create list containing keys to deletesymlinks
so that its size is constant throughout the iterationAfter Fix:
~/Repos
❯ cider addlink test2 test2
Success! symlinked ~/Repos/test2 -> ~/.cider/symlinks/test2/test2
~/Repos
❯ cider unlink test2
==> Moved ~/.cider/symlinks/test2/test2 -> ~/Repos/test2
Following Runtime Error is encountered on trying
unlink
Aftermath:
addlink
is executed sucessfully 👍.cider
👍 (This is causingFileNotFoundError
when runningunlink
again after gettingRuntimeError
)bootstrap.json
⚠️