[GHC] #14336: ghci leaks memory
GHC
ghc-devs at haskell.org
Thu Feb 8 11:33:32 UTC 2018
#14336: ghci leaks memory
-------------------------------------+-------------------------------------
Reporter: NeilMitchell | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: GHCi | Version: 8.2.1
Resolution: | Keywords:
Operating System: Windows | Architecture: x86_64
Type of failure: Runtime | (amd64)
performance bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by mpickering):
I reasoned that it didn't matter at all if `ghci` was being invoked
programatically. In fact, it is more consistent to print out `()` rather
than omit it.
This was because it wasn't very convenient to insert this check in the
`no-it` version as it worked before by checking if the type of `it` was
`()`.
Is it breaking your program?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14336#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list