Wolfgang Jeltsch pushed to branch wip/jeltsch/stability-risk-1-and-2-module-deprecation at Glasgow Haskell Compiler / GHC Commits: c7493f8e by Wolfgang Jeltsch at 2026-01-29T22:52:27+02:00 Amend error output of `T21336` - - - - - 2 changed files: - libraries/base/tests/IO/T21336/T21336b.stderr - + libraries/base/tests/IO/T21336/T21336c.stderr Changes: ===================================== libraries/base/tests/IO/T21336/T21336b.stderr ===================================== @@ -1 +1,5 @@ +FinalizerExceptionHandler.hs:7:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] + Module ‘GHC.Exception’ is deprecated: + "GHC.Exception is deprecated and will be removed in GHC 10.02. Please use Control.Exception where possible and the ghc-internal package otherwise." + Exception during weak pointer finalization (ignored): <stdout>: hFlush: resource exhausted (No space left on device) ===================================== libraries/base/tests/IO/T21336/T21336c.stderr ===================================== @@ -0,0 +1,3 @@ +FinalizerExceptionHandler.hs:7:1: warning: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)] + Module ‘GHC.Exception’ is deprecated: + "GHC.Exception is deprecated and will be removed in GHC 10.02. Please use Control.Exception where possible and the ghc-internal package otherwise." View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c7493f8e63444d07166f66f5a41c0507... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c7493f8e63444d07166f66f5a41c0507... You're receiving this email because of your account on gitlab.haskell.org.