[GHC] #14336: ghci leaks memory
GHC
ghc-devs at haskell.org
Tue Apr 17 17:03:02 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 NeilMitchell):
Old behaviour: {{{ghci}}} omitted printing out {{{()}}} for things of type
{{{()}}}.
New behaviour: {{{ghci}}}, when passed {{{-no-it}}} (which is the solution
to memory leaks) now prints out {{{()}}}.
Desired behaviour: Have {{{-no-it}}} not print out {{{()}}}.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14336#comment:25>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list