Re: CLDouble serialization bug in 6.10.1

2009-07-12 Thread Bulat Ziganshin
Hello Bulat, Saturday, July 11, 2009, 9:32:43 PM, you wrote: Error remains in 6.10.3 (mingw) version i also got stack trace from Trac trying to report this problem :))) sorry, i tested it only with 6.6 and 6.10.1. testcase available as http://www.haskell.org/bz/ldouble-bug.zip it's as

Using the ghc-api to run more than one instance of ghc simultaneously

2009-07-12 Thread Daniel Gorín
Hi I'm trying to use the GHC API to have several instances of GHC's interpreter loaded simultaneously; each with its own loaded modules, etc. However, this doesn't seem to work well when two instances have loaded modules with the same name. I'm including the code of a small(ish) example

Re: Using the ghc-api to run more than one instance of ghc simultaneously

2009-07-12 Thread Marc Weber
On Sun, Jul 12, 2009 at 05:49:15PM +0200, Daniel Gorín wrote: Hi I'm trying to use the GHC API to have several instances of GHC's interpreter loaded simultaneously; [snip] Is this possible now? 6-12 month ago it was not possible to run multiple ghc threads within the same instance due to