Re: "warning: assignment makes pointer from integer without a cast"

2003-08-25 Thread Sven Panne
Mark Shields wrote: Not really a bug, but seems disconcerting... This is from compiling Koen's SAT solver front-end, available from http://www.math.chalmers.se/~koen/paradox/paradox-1.0-casc.tar.gz Using ghc 6.0.1, -O2 ... Compiling: Sat.hs /tmp/ghc24790.hc: In function `Sat_identify_entry': /tmp

Re: GHCi 6.0.1 on Mac OS X + emacs hangs; solution and patch

2003-08-25 Thread Gregory Wright
On Friday, August 22, 2003, at 10:37 PM, Gregory Wright wrote: Hi, Using GHCi 6.0.1 on Mac OS X with emacs (using the emacs mode files from the haskell.org website) fails. Emacs eventually hangs, but the first symptom is a failure to return the GHCi prompt. Hugs still works with emacs. I also

interactive co-recursion

2003-08-25 Thread Ketil Z. Malde
I've no idea if the following is supposed to work, but the message tells me to report it, so here it is. Happens for all attempts to define co-recursive functions, this is just the simplest example. Prelude> let { f = g ; g = f} ghc-6.0: panic! (the `impossible' happened, GHC version 6.0):

Re: Odd GHCi behavior

2003-08-25 Thread Donald Bruce Stewart
ketil: > Andy Moran <[EMAIL PROTECTED]> writes: > > > Skipping Util.List( ../../libraries/Util/List.hs, > > ../../libraries/Util/List.o ) > > ... > > > Failed to load interface for `Util.List': > > > Doing a big old clean, --make, and then GHCi solved the problem. But what > > could

Re: Odd GHCi behavior

2003-08-25 Thread Ketil Z. Malde
Andy Moran <[EMAIL PROTECTED]> writes: > Skipping Util.List( ../../libraries/Util/List.hs, > ../../libraries/Util/List.o ) > ... > Failed to load interface for `Util.List': > Doing a big old clean, --make, and then GHCi solved the problem. But what > could cause this kind of behavior

And again...

2003-08-25 Thread Mark Shields
This time while reloading a module. ghc-6.0.1: internal error: eval_thunk_selector: strange selectee 29 Please report this as a bug to [EMAIL PROTECTED], or http://www.sourceforge.net/projects/ghc/ ___ Glasgow-haskell-bugs mailing list [EMAIL PR

Run-time error

2003-08-25 Thread Mark Shields
You're not gonna like this one. In ghci, Ctr-C within a loop, and: ghc-6.0.1: internal error: eval_thunk_selector: strange selectee 29 Please report this as a bug to [EMAIL PROTECTED], or http://www.sourceforge.net/projects/ghc/ Can't repeat. Regard, Mark ___