aplteam / Tatin

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

When multiple packages are to be loaded and the last one fails, none is loaded at all #135

Open aplteam opened 1 year ago

aplteam commented 1 year ago

With InstallPackages this might be the right thing to do, but it is less clear with LoadPackages.

Shouldn't Tatin load everything that did not cause an error and report problems at the very end?