cvs commit: hugs98/src static.c

Sigbjorn Finne sof@galois.com
Mon, 4 Nov 2002 08:20:21 -0800


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" <ross@soi.city.ac.uk>
To: "Sigbjorn Finne" <sof@glass.cse.ogi.edu>
Cc: <cvs-hugs@haskell.org>
Sent: Monday, November 04, 2002 04:46
Subject: Re: cvs commit: 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.