Fix and enforce validation of header for .hie files
Implements #16686 The files version is automatically generated from the current GHC version in the same manner as normal interface files. This means that clients can first read the version and then decide how to read the rest of the file.
Showing
- compiler/hieFile/HieAst.hs 4 additions, 5 deletionscompiler/hieFile/HieAst.hs
- compiler/hieFile/HieBin.hs 116 additions, 7 deletionscompiler/hieFile/HieBin.hs
- compiler/hieFile/HieDebug.hs 3 additions, 0 deletionscompiler/hieFile/HieDebug.hs
- compiler/hieFile/HieTypes.hs 9 additions, 14 deletionscompiler/hieFile/HieTypes.hs
- compiler/main/HscMain.hs 2 additions, 2 deletionscompiler/main/HscMain.hs
- utils/haddock 1 addition, 1 deletionutils/haddock
Loading
Please register or sign in to comment