1
0
Fork 0

Add TODO note

pull/8557/head
Jordi Boggiano 2020-01-17 17:30:36 +01:00 committed by Nils Adermann
parent 08cee4c3e9
commit 82e2a679bf
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ class PoolBuilder
}
}
// TODO make sure if a fixed package replaces X packages they are not loaded again in loadNames
// perhaps loadPackage needs to mark them as loadedNames when loading a fixed package?
foreach ($request->getRequires() as $packageName => $constraint) {
if (isset($this->loadedNames[$packageName])) {
continue;