[Git][ghc/ghc][wip/T26115] Wibble Ast
Simon Peyton Jones pushed to branch wip/T26115 at Glasgow Haskell Compiler / GHC Commits: e103656b by Simon Peyton Jones at 2025-07-16T17:48:10+01:00 Wibble Ast - - - - - 1 changed file: - compiler/GHC/Iface/Ext/Ast.hs Changes: ===================================== compiler/GHC/Iface/Ext/Ast.hs ===================================== @@ -628,8 +628,6 @@ instance ToHie (Context (Located Var)) where Nothing -> varType name' Just dc -> dataConNonlinearType dc -- insert the entity info for the name into the entity_infos map - if isId name && isId name' then return () - else pprTrace "toHie" (updSDocContext (const traceSDocContext) $ ppr name $$ ppr name') (return ()) insertEntityInfo (varName name) $ idEntityInfo name insertEntityInfo (varName name') $ idEntityInfo name' pure View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e103656b31ebc05b99f29e5740e1b968... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e103656b31ebc05b99f29e5740e1b968... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)