Bug in ghc-502 with system cmd tmp?

2001-10-15 Thread Bernd Holzmüller
Hi all, I have the following problem on Windows NT using ghc 5.02 from a cygwin bash-shell. Calls to System.system of the form system $ grep -E ++ show str ++ ++ file ++ tmp do not work because of the (ditto with ). Execution yields: grep: : No such file or directory Hugs works

Re: Bug in ghc-502 with system cmd tmp?

2001-10-15 Thread Reuben Thomas
I have the following problem on Windows NT using ghc 5.02 from a cygwin bash-shell. Calls to System.system of the form system $ grep -E ++ show str ++ ++ file ++ tmp do not work because of the (ditto with ). Execution yields: grep: : No such file or directory This is because

cg050 has regressed on stable (ghc-5-02-branch)

2001-10-15 Thread Julian Seward (Intl Vendor)
___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

RE: readFile close behaviour

2001-10-15 Thread Simon Marlow
Simon Marlow [EMAIL PROTECTED] writes: The upshot is that while GHC might notice that you have dropped a Handle, another implementation which doesn't do black holing, stack stubbing, strictness analysis, GC evaluation of selector thunks or any of the other tricks we do to avoid space

RE: Parser panic: Non-exhaustive patterns in case

2001-10-15 Thread Simon Marlow
In GHC 5.02 on Sun Solaris (binary package), running 'ghc-5.02 -c -fglasgow-exts Test.hs' and Test.hs containing the following code: module Test where bimapGRose __ff __a = ((to ((bimapEP epGRose) epGRose)) ((bimapGRose__ __ff) __a)) Gives the following panic message: |