[Hugs] #79: Memory leak ?

2007-10-17 Thread Hugs
#79: Memory leak ? +--- Reporter: guest | Owner: nobody Type: defect | Status: new Priority: major | Milestone: Component: hugs| Version: 200609 Keywords: | ---

Re: [Hugs] #79: Memory leak ?

2007-10-17 Thread Hugs
#79: Memory leak ? --+- Reporter: guest| Owner: nobody Type: defect | Status: closed Priority: major| Milestone: Component: hugs | Version: 200609 Resolution: invalid |

Re: [Hugs] #78: getCh

2007-10-17 Thread Hugs
#78: getCh --+- Reporter: guest| Owner: nobody Type: defect | Status: closed Priority: minor| Milestone: Component: hugs | Version: 200609 Resolution: wontfix |Keyw

Re: [Hugs] #78: getCh

2007-10-17 Thread Richard Bird
Of course, I tried that before sending a bug, but it doesn't work. For example, > getCh = do {hSetBuffering stdin NoBuffering; > hSetEcho stdin False; > x <- getChar; > hSetEcho stdin True; > return x} > getMyLine = do {x <- getCh; >

Re: [Hugs] #78: getCh

2007-10-17 Thread Ross Paterson
On Wed, Oct 17, 2007 at 04:50:21PM +0100, Richard Bird wrote: >> It was a Hugs-only function, and now it's gone. You should be able to >> get the same effect with `hSetBuffering` and `hSetEcho` (from `System.IO`). > > Of course, I tried that before sending a bug, > but it doesn't work. OK, there