eval_thunk_selector: strange selectee 29

2004-03-08 Thread Greg Baker
For the Haskell program from hell (it kills ghc-6.01 on OpenBSD 3.4, hugs on MacOS X and hugs on EPOC) It's a translation of the (in)famous jpeg.gs script - but I'm yet to see whether it works or not, and how fast. But it does compile cleanly. I can send you a sample JPEG that causes the

RE: eval_thunk_selector: strange selectee 29

2004-03-08 Thread Simon Marlow
For the Haskell program from hell (it kills ghc-6.01 on OpenBSD 3.4, hugs on MacOS X and hugs on EPOC) It's a translation of the (in)famous jpeg.gs script - but I'm yet to see whether it works or not, and how fast. But it does compile cleanly. I can send you a sample JPEG that

RE: ghc 6.2 gets confused about Main.hi reuse

2004-03-08 Thread Simon Marlow
Reviving an old thread: When trying to build HaRe with ghc 6.2 (builds fine with ghc 6.0.1), we encountered a long list of strange error messages of the kind: ... *** Compiling Main: compile: input file pfe_client.hs *** Checking old interface for Main: Failed to

TH naming problem, different 'newName's clash

2004-03-08 Thread Duncan Coutts
I'm using the new abstract names of TH2 in ghc 6.3 (CVS early March) I'm generating code that looks like this: let foo_1 = e1 foo_2 = e2 in e3 I'm using name - newName foo to generate these names (foo_1, foo_2 etc) however when I splice this code in ghc complains as if I'd written let