Re: HEAD ghci crash on ppc OS X

2007-01-15 Thread Thorkil Naur
Hello, I get a similar reaction starting ghci built from a ghc-HEAD pulled 2007-Jan-12 on a PPC Mac OS X 10.4. Best regards Thorkil On Tuesday 16 January 2007 03:03, David Kirkman wrote: > > I just built ghc from HEAD on OS X (ppc), and get the following error > when starting ghci: > > ---star

HEAD ghci crash on ppc OS X

2007-01-15 Thread David Kirkman
I just built ghc from HEAD on OS X (ppc), and get the following error when starting ghci: ---start [15:15:[EMAIL PROTECTED] compiler/stage2/ghc-inplace --interactive ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.7, for Haskell 98. / /_\\/ __ / /

Re: ghc: out of memory error while compiling huge "let"

2007-01-15 Thread Neil Mitchell
Hi Didn't we fix the do-block blowup? You did, I just checked on GHC 6.6. I reported it before the bug tracker was in full swing so never got to see it get closed. Thanks Neil ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

RE: No intellisense in Visual Haskell

2007-01-15 Thread Sittampalam, Ganesh
OK, I found the problem while trying to make a cut-down test case. I had a module called Main, but the file was called FooMain.hs - this was causing all the intellisense for every project in my solution to break. I've worked round it by renaming my module to FooMain and passing -main-is in the

Re: No intellisense in Visual Haskell

2007-01-15 Thread Krasimir Angelov
It could help if you can provide an example that breaks the intellisense of Visual Haskell. It doesn't depend on the project size but perhaps you have found a bug in it. Cheers, Krasimir On 1/15/07, Sittampalam, Ganesh <[EMAIL PROTECTED]> wrote: Sorry, I forgot to make clear that the project

RE: No intellisense in Visual Haskell

2007-01-15 Thread Sittampalam, Ganesh
Sorry, I forgot to make clear that the project builds fine from inside the IDE. -Original Message- From: Pepe Iborra [mailto:[EMAIL PROTECTED] Sent: 15 January 2007 16:06 To: Sittampalam, Ganesh Cc: 'GHC users' Subject: Re: No intellisense in Visual Haskell Ganesh, In my experience as a

Re: No intellisense in Visual Haskell

2007-01-15 Thread Pepe Iborra
Ganesh, In my experience as a user, it seems that Intellisense stops working in presence of compilation errors. Have you checked this? Cheers pepe On 15/01/2007, at 17:00, Sittampalam, Ganesh wrote: Hi, I've installed Visual Haskell and am having some trouble with the Intellisense funct

No intellisense in Visual Haskell

2007-01-15 Thread Sittampalam, Ganesh
Hi, I've installed Visual Haskell and am having some trouble with the Intellisense functionality. It works fine on a small project I start from scratch, but doesn't work at all for a bigger project (no tooltips, "Go to Definition" doesn't work, etc etc). Is there any way to debug this? Cheers,

Re: ghc: out of memory error while compiling huge "let"

2007-01-15 Thread Simon Marlow
Neil Mitchell wrote: I found that GHC is O(n^2) in terms of the number of lines in a do block, so by splitting up a huge 1000 line do block in to 10 x 100 line do blocks, I was able to get a massive compile time boost. Perhaps you might have similar luck with let's. Didn't we fix the do-block

Re: ghc 6.6.1?

2007-01-15 Thread Simon Marlow
C.M.Brown wrote: I was wondering when ghc-6.6.1 will be released? I am asking because a patch has been made to the ghc repo to allow multple calls to the ghc.newSession within the API and HaRe depends on this. We haven't fixed a deadline yet, since there are a large number of outstanding bugs

Re: IOExts problem

2007-01-15 Thread Simon Marlow
jim burton wrote: IOExts seems to be unavailable on my system, whereas I'm guessing it should be since the file /usr/lib/ghc-6.4.1/hslibs-imports/lang/IOExts.hi exists...(wrong guess?) Within ghci I get Prelude> :m IOExts Could not find module `IOExts': it is not a module in the current prog