|
RE: packages, :m command: msg#00083lang.haskell.glasgow.bugs
On 25 May 2004 12:58, Serge D. Mechveliani wrote: > Dear GHC team, > > I have tested (on somewhat 90%) the cvs ghc-6-2-branch of May 24. > It looks almost correct for DoCon. > Still I pretend to report the two bugs, so far. > > 1: (wrote earlier) is on negative number of bytes shown by > `:set +s'. Fixed. However, you should be aware that the number of bytes reported by :set +s is not very accurate (please don't use it if accurate measurements are required). > <interactive>:1: > Failed to load interface for `Root': > Bad interface file: ./Root.hi > ./Root.hi: openBinaryFile: does not exist > (No such file or directory) > > <interactive>:1: Variable not in scope: `Root.intRoot' I believe I have fixed this message. However, what you are trying to do may still not work, because the module Root is present both in the current directory and in a package. GHC might try to recompile it from the current directory. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: GHC bug, Simon Marlow |
|---|---|
| Next by Date: | RE: `panic' with packages, Simon Peyton-Jones |
| Previous by Thread: | packages, :m command, Serge D. Mechveliani |
| Next by Thread: | TH: missing instance of Lift for pairs/tuples, Duncan Coutts |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |