aplteam / Tatin

Tatin is a package manager for Dyalog APL
MIT License
25 stars 6 forks source link

LoadPackages does not handle unknown package IDs well #92

Closed aplteam closed 2 years ago

aplteam commented 2 years ago

Currently when one passes a comma-separated list of package names (say five) and miss-types the forth one then it appears as if no package was loaded at all.

In fact the first three are fetched and saved in the cache, but nothing is established in the workspace. That is certainly not okay.

It's probably best to load all packages that can be found and report any packages that were not found prominently.

(All this affects probably InstallPackages as well)

aplteam commented 2 years ago

Fixed in 0.70.1