Skip to content

driver: Only check for unused package warning in after succesful downsweep

Matthew Pickering requested to merge wip/t20242 into master

Before we would check for the unused package warning even if the module graph was compromised due to an error in downsweep. This is easily fixed by pushing warmUnusedPackages into depanalE, and then returning the errors like the other downsweep errors.

Fixes #20242 (closed)

Merge request reports