Move ClosureType type to ghc-internal
- Use ClosureType for InfoProv.ipDesc. - Use ClosureType for CloneStack.closureType. - Now ghc-heap re-exports this type from ghc-internal. See the accompanying CLC proposal: https://github.com/haskell/core-libraries-committee/issues/210 Resolves #22600
Showing
- libraries/base/changelog.md 2 additions, 0 deletionslibraries/base/changelog.md
- libraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs 4 additions, 0 deletionslibraries/ghc-heap/GHC/Exts/Heap/ClosureTypes.hs
- libraries/ghc-heap/ghc-heap.cabal.in 3 additions, 0 deletionslibraries/ghc-heap/ghc-heap.cabal.in
- libraries/ghc-internal/ghc-internal.cabal 1 addition, 0 deletionslibraries/ghc-internal/ghc-internal.cabal
- libraries/ghc-internal/src/GHC/Internal/ClosureTypes.hs 87 additions, 0 deletionslibraries/ghc-internal/src/GHC/Internal/ClosureTypes.hs
- libraries/ghc-internal/src/GHC/Internal/InfoProv.hsc 9 additions, 2 deletionslibraries/ghc-internal/src/GHC/Internal/InfoProv.hsc
- libraries/ghc-internal/src/GHC/Internal/Stack/CloneStack.hs 3 additions, 5 deletionslibraries/ghc-internal/src/GHC/Internal/Stack/CloneStack.hs
- rts/include/rts/storage/ClosureTypes.h 1 addition, 0 deletionsrts/include/rts/storage/ClosureTypes.h
- testsuite/tests/interface-stability/base-exports.stdout 2 additions, 2 deletionstestsuite/tests/interface-stability/base-exports.stdout
- testsuite/tests/interface-stability/base-exports.stdout-javascript-unknown-ghcjs 2 additions, 2 deletions...ce-stability/base-exports.stdout-javascript-unknown-ghcjs
- testsuite/tests/interface-stability/base-exports.stdout-mingw32 2 additions, 2 deletions...ite/tests/interface-stability/base-exports.stdout-mingw32
- testsuite/tests/interface-stability/base-exports.stdout-ws-32 2 additions, 2 deletions...suite/tests/interface-stability/base-exports.stdout-ws-32
- testsuite/tests/profiling/should_run/staticcallstack001.stdout 3 additions, 3 deletions...uite/tests/profiling/should_run/staticcallstack001.stdout
- testsuite/tests/profiling/should_run/staticcallstack002.stdout 4 additions, 4 deletions...uite/tests/profiling/should_run/staticcallstack002.stdout
- testsuite/tests/rts/decodeMyStack.stdout 12 additions, 12 deletionstestsuite/tests/rts/decodeMyStack.stdout
- testsuite/tests/rts/decodeMyStack_underflowFrames.hs 9 additions, 8 deletionstestsuite/tests/rts/decodeMyStack_underflowFrames.hs
- testsuite/tests/rts/ipe/T24005/t24005.stdout 2 additions, 2 deletionstestsuite/tests/rts/ipe/T24005/t24005.stdout
Loading
Please register or sign in to comment