Skip to content

Draft: Unitstate split

Hannes Siebenhandl requested to merge fendor/ghc:unitstate-split into master

Mainly a refactoring for splitting up UnitState into ExternalUnitDB and ExternalUnitView.

ExternalUnitDB holds information that is globally valid, e.g. disk information. ExternalUnitView holds information specific to a HomeUnit and will potentially be moved into HomeUnit.

Edited by Andreas Klebinger

Merge request reports