
sof 2002/11/03 18:25:13 PST Modified files: src static.c Log: When adding imported entities, record their importing module -- need to know this when re-exporting a module. Revision Changes Path 1.122 +20 -3 hugs98/src/static.c

On Sun, Nov 03, 2002 at 06:25:13PM -0800, Sigbjorn Finne wrote:
sof 2002/11/03 18:25:13 PST
Modified files: src static.c Log: When adding imported entities, record their importing module -- need to know this when re-exporting a module.
It still fails to load tests/libs/prodcon.hs though the imports look OK.

Hmm...looks as if my attempts to have modules not
record both their 'home' and importing module isn't
going to work out in all cases.
With HEAD, you can 'fix' the below test case by
having Concurrent import MVar before ConcBase.
--sigbjorn
----- Original Message -----
From: "Ross Paterson"
On Sun, Nov 03, 2002 at 06:25:13PM -0800, Sigbjorn Finne wrote:
sof 2002/11/03 18:25:13 PST
Modified files: src static.c Log: When adding imported entities, record their importing module -- need to know this when re-exporting a module.
It still fails to load tests/libs/prodcon.hs though the imports look OK. _______________________________________________ Cvs-hugs mailing list Cvs-hugs@haskell.org http://www.haskell.org/mailman/listinfo/cvs-hugs

Thanks, I believe HEAD is now better behaved.
Barring any other major issues popping up wrt RC1 or HEAD,
it's time to do the release proper (my goal is to do this during the
upcoming weekend). So now's the time for everyone to do some
final stress testing of their favourite new features.
--sigbjorn
btw, we're doing well wrt backwards compatibility - HGL (as
used by the School of Expression code) has been reported as
working just fine.
----- Original Message -----
From: "Ross Paterson"
On Sun, Nov 03, 2002 at 06:25:13PM -0800, Sigbjorn Finne wrote:
sof 2002/11/03 18:25:13 PST
Modified files: src static.c Log: When adding imported entities, record their importing module -- need to know this when re-exporting a module.
It still fails to load tests/libs/prodcon.hs though the imports look OK.

btw, we're doing well wrt backwards compatibility - HGL (as used by the School of Expression code) has been reported as working just fine.
Excellent. I'm planning on doing another release of HGL sometime soon. My thought is that I'd switch the code over to hierarchial libraries and switch to using the --target=ffi backend instead of --target=hugs and check if I have any pending bug reports/ feature requests. A fresh greencard release would need to come out a little before this. -- Alastair
participants (4)
-
Alastair Reid
-
Ross Paterson
-
Sigbjorn Finne
-
Sigbjorn Finne