aplteam / Tatin

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

Tatin server: take care of calls to GetAllPackages #121

Open aplteam opened 1 year ago

aplteam commented 1 year ago

GetAllPackages should be called only by the compile-index process.

Everything else that is calling it should use the pre-compiled list instead because that's faster.