[Git][ghc/ghc][wip/compress-iface] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Mar 5 08:53:32 UTC 2025
Matthew Pickering pushed to branch wip/compress-iface at Glasgow Haskell Compiler / GHC
Commits:
41bd0c91 by Matthew Pickering at 2025-03-05T08:53:22+00:00
fix
- - - - -
1 changed file:
- compiler/GHC/Utils/Compress.hs
Changes:
=====================================
compiler/GHC/Utils/Compress.hs
=====================================
@@ -60,8 +60,6 @@ decompress (BSI.PS srcForeignPtr off len) = unsafePerformIO $ do
decompressPtr srcForeignPtr srcSize = do
withForeignPtr srcForeignPtr $ \srcPtr -> do
decompressedSizeM <- getDecompressedSize srcPtr (fromIntegral srcSize)
- print decompressedSizeM
- printFirstBytes srcPtr
case decompressedSizeM of
Nothing -> error "Decompression failed"
Just decompressedSize -> do
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41bd0c91d0fb6345fa780e95d55255f157f9fc05
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41bd0c91d0fb6345fa780e95d55255f157f9fc05
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250305/4c5016ee/attachment.html>
More information about the ghc-commits
mailing list