
Hassan Al-Awwadi pushed to branch wip/haanss/depdir at Glasgow Haskell Compiler / GHC Commits: afe46598 by Hassan Al-Awwadi at 2025-07-11T19:13:54+02:00 update wording of comment - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs ===================================== @@ -836,11 +836,11 @@ getPackageRoot = Q qGetPackageRoot -- -- * ghc -M does not know about these dependencies - it does not execute TH. -- --- * The dependency is shallow, just a hash of its direct contents. --- Basically, it only sees a list of names, and hashes those names. --- It does not look at directory metadata, recurse into subdirectories --- or look at file contents. As long as the list of names remains the same, --- the directory is considered unchanged. +-- * The dependency is shallow, based only on the direct content. +-- Basically, it only sees a list of names. It does not look at directory +-- metadata, recurse into subdirectories, or look at file contents. As +-- long as the list of names remains the same, the directory is considered +-- unchanged. -- -- * The state of the directory is read at the interface generation time, -- not at the time of the function call. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afe4659892657df672b8cab9ecb0dec9... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/afe4659892657df672b8cab9ecb0dec9... You're receiving this email because of your account on gitlab.haskell.org.