[Git][ghc/ghc][wip/splice-imports-2024] remove trace

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Oct 29 09:22:46 UTC 2024



Matthew Pickering pushed to branch wip/splice-imports-2024 at Glasgow Haskell Compiler / GHC


Commits:
448086cf by Matthew Pickering at 2024-10-29T09:22:21+00:00
remove trace

- - - - -


1 changed file:

- compiler/GHC/Tc/Utils/Monad.hs


Changes:

=====================================
compiler/GHC/Tc/Utils/Monad.hs
=====================================
@@ -2089,7 +2089,7 @@ getStageAndBindLevel name
                 -- TODO: What happens if someone generates [|| GHC.Magic.dataToTag# ||]
                 then do
                   env <- getGlobalRdrEnv
-                  pprTrace "NO_LVLS" (ppr env $$ ppr name) (return Nothing)
+                  pprTrace "NO_LVLS" (ppr name) (return Nothing)
                 else return (Just (TopLevel, lvls, getLclEnvThStage env))
            Just (top_lvl, bind_lvl) -> return (Just (top_lvl, Set.singleton bind_lvl, getLclEnvThStage env)) }
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/448086cf11757197607b892c24b4c40622dd332f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/448086cf11757197607b892c24b4c40622dd332f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20241029/3f0ce788/attachment-0001.html>


More information about the ghc-commits mailing list