Skip to content

Add Entityinfo to hiefile

Patrick requested to merge soulomoon/ghc:add-entityinfo-hiefile-#24544 into master

Work to fix #24544 Add entity information to HieFile

Work have been done:

  • Introduction of new data type EntityInfo.
  • Compute EntityInfo from TyThing, Id, OccName and store it in the IdentifierDetails in the HieAst.
  • Add test T24544 to test the generation of EntityInfo.
  • Update the T24493 test to address the focus of the test: checking the moduleName.
Edited by Patrick

Merge request reports