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
%IPM.Repo.Filesystem.PackageService:ListModules() doesn't return the latest version of each module by default, which is different from %IPM.Repo.Remote.PackageService:ListModules().
We should enforce a protocol such that any subclass of %IPM.Repo.IPackageService implements the ListModules() method in a manner that returns the latest version first.
The text was updated successfully, but these errors were encountered:
After a closer look, the problem is %IPM.Repo.Filesystem.PackageService:ListModules() returns each module-version pair as an individual row instead of aggregating all versions of module to a single row (as required by the ROWSPEC of %IPM.Utils.Module:GetModuleList)
%IPM.Repo.Filesystem.PackageService:ListModules()
doesn't return the latest version of each module by default, which is different from%IPM.Repo.Remote.PackageService:ListModules()
.This affects #582 and ongoing work of #586
We should enforce a protocol such that any subclass of
%IPM.Repo.IPackageService
implements theListModules()
method in a manner that returns the latest version first.The text was updated successfully, but these errors were encountered: