cvs commit: hugs98/lib/exts Quote.hs hugs98/lib/hugs Quote.hs

lewie 2002/09/20 12:39:58 PDT Added files: lib/exts Quote.hs Removed files: lib/hugs Quote.hs Log: Move `Quote' to be consistent w/ convert_libraries story.

On Friday 20 September 2002 12:56 pm, Ross Paterson wrote:
On Fri, Sep 20, 2002 at 12:39:59PM -0700, Jeff Lewis wrote:
lewie 2002/09/20 12:39:58 PDT
Added files: lib/exts Quote.hs Removed files: lib/hugs Quote.hs Log: Move `Quote' to be consistent w/ convert_libraries story.
There was no convert_libraries story for files that came from lib/hugs. So I moved it to where there is a story, and where the file arguably belongs anyway. --Jeff

On Fri, Sep 20, 2002 at 01:16:26PM -0700, Jeffrey R Lewis wrote:
On Friday 20 September 2002 12:56 pm, Ross Paterson wrote:
On Fri, Sep 20, 2002 at 12:39:59PM -0700, Jeff Lewis wrote:
lewie 2002/09/20 12:39:58 PDT
Added files: lib/exts Quote.hs Removed files: lib/hugs Quote.hs Log: Move `Quote' to be consistent w/ convert_libraries story.
There was no convert_libraries story for files that came from lib/hugs.
Yes, they weren't converted. The suggestion was to use -P{Hugs}/libraries:{Hugs}/oldlib:{Hugs}/lib/hugs The only problem was Trex (hence Hugs.Trex). Your latest change does make Trex cleaner; it might as well be done for the others too.

On Friday 20 September 2002 05:13 pm, Ross Paterson wrote:
The only problem was Trex (hence Hugs.Trex). Your latest change does make Trex cleaner; it might as well be done for the others too.
I prefer sticking w/ the simplest story about compatibility (hence just add oldlibs and be done with it). Also, I'd assumed that the story for TREX should be similar to the story for MDO, hence the pattern that I followed. You say, `hence Hugs.Trex', but from a casual glance at type.c, the generated code would refer to Trex, not Hugs.Trex, so I assume my latest change was necessary for TREX code to work without patching (maybe that's what you meant by saying it was cleaner?). --Jeff
participants (3)
-
Jeff Lewis
-
Jeffrey R Lewis
-
Ross Paterson