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
* Fix getting download dir name for develop
When getting the download directory name for a package that we want to
put in develop mode, a trailing slash in the URL or the subdir leads to
getting an empty string. To fix the problem we remove the trailing slash
from them at the start of the `getDevelopDownloadDir` procedure.
* Add tests for the `getDevelopDownloadDir` proc
The `getDevelopDownloadDir` procedure is moved in the `download.nim`
module and units tests for it are added.
* Fix the tests on Windows
Fix the `getDevelopDownloadDir` procedure tests on Windows by adding
normalization of the expected paths.
0 commit comments