[Git][ghc/ghc][wip/fendor/fix-note-dep_boot_deps] Fix name of Note [Structure of dep_boot_mods]
Hannes Siebenhandl pushed to branch wip/fendor/fix-note-dep_boot_deps at Glasgow Haskell Compiler / GHC Commits: 7200d2e4 by fendor at 2026-04-30T11:05:47+02:00 Fix name of Note [Structure of dep_boot_mods] - - - - - 1 changed file: - compiler/GHC/Unit/Module/Deps.hs Changes: ===================================== compiler/GHC/Unit/Module/Deps.hs ===================================== @@ -96,7 +96,7 @@ data Dependencies = Deps , dep_boot_mods_ :: Set (UnitId, ModuleNameWithIsBoot) -- ^ All modules which have boot files below this one, and whether we -- should use the boot file or not. - -- This information is only used to populate the eps_is_boot field. + -- This information is only used to populate the 'eps_is_boot' field. -- See Note [Structure of dep_boot_mods] , dep_orphs_ :: [Module] @@ -605,7 +605,7 @@ hash of the module. The export hash is computed in `GHC.Iface.Recomp.addFingerpr -} {- -Note [Structure of dep_boot_deps] +Note [Structure of dep_boot_mods] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In `-c` mode we always need to know whether to load the normal or boot version of View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7200d2e4c79832b45aa69d1b6dd51d7c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7200d2e4c79832b45aa69d1b6dd51d7c... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)