[Git][ghc/ghc][wip/T24464] Wibble errs
Simon Peyton Jones pushed to branch wip/T24464 at Glasgow Haskell Compiler / GHC Commits: 1a6aff80 by Simon Peyton Jones at 2026-01-29T13:50:26+00:00 Wibble errs - - - - - 4 changed files: - testsuite/tests/codeGen/should_run/CgStaticPointersNoFullLazyness.hs - testsuite/tests/ghci/scripts/T20150.stdout - testsuite/tests/parser/should_compile/DumpRenamedAst.stderr - testsuite/tests/parser/should_compile/T14189.stderr Changes: ===================================== testsuite/tests/codeGen/should_run/CgStaticPointersNoFullLazyness.hs ===================================== @@ -15,9 +15,9 @@ main = do print $ deRefStaticPtr (static g) print $ deRefStaticPtr p0 'a' print $ deRefStaticPtr (static t_field) $ T 'b' - where - g :: String - g = "found" + +g :: String +g = "found" lookupKey :: StaticPtr a -> IO a lookupKey p = unsafeLookupStaticPtr (staticKey p) >>= \case ===================================== testsuite/tests/ghci/scripts/T20150.stdout ===================================== @@ -2,5 +2,3 @@ Collecting type info for 1 module(s) ... T20150.hs:(7,1)-(7,3): GHC.Internal.StaticPtr.StaticPtr GHC.Internal.Types.Int T20150.hs:(7,14)-(7,14): GHC.Internal.Types.Int T20150.hs:(7,7)-(7,14): GHC.Internal.StaticPtr.StaticPtr GHC.Internal.Types.Int -T20150.hs:(7,7)-(7,14): GHC.Internal.StaticPtr.StaticPtr GHC.Internal.Types.Int -> GHC.Internal.StaticPtr.StaticPtr GHC.Internal.Types.Int -T20150.hs:(7,7)-(7,14): GHC.Internal.StaticPtr.StaticPtr GHC.Internal.Types.Int ===================================== testsuite/tests/parser/should_compile/DumpRenamedAst.stderr ===================================== @@ -6,7 +6,7 @@ (HsGroup (NoExtField) (XValBindsLR - (NValBinds + (HsVBG [((,) (NonRecursive) [(L ===================================== testsuite/tests/parser/should_compile/T14189.stderr ===================================== @@ -6,7 +6,7 @@ (HsGroup (NoExtField) (XValBindsLR - (NValBinds + (HsVBG [] [])) [] View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1a6aff80251aeb5d31c46ad62d5b9bf3... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1a6aff80251aeb5d31c46ad62d5b9bf3... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)