Skip to content
Snippets Groups Projects

package.loader: Unnest loops in PackageLoader.load()

  1. Mar 23, 2021
    • vlorentz's avatar
      package.loader: Unnest loops in PackageLoader.load() · 78430078
      vlorentz authored
      In a future commit, we will need to go through all the PackageInfo
      objects before running the loop, so we can get their ExtID and
      fetch them from the storage.
      
      So, we need to fetch them all before running the load loop,
      using this listcomp.
      78430078
Loading