[m-rev.] for review: make compiler use sub-modules

Simon Taylor stayl at cs.mu.OZ.AU
Fri Mar 8 02:11:18 AEDT 2002


On 08-Mar-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Since Zoltan requested it, here's an extract from the full diff, showing
> just the new files that I've added.  These are taken from the sub-modules
> of the `mc' module in my original post.

I've just noticed a few more things.
 
> Index: compiler/hlds.m
> ===================================================================
> +%:- module smart_recompilation.
> +    :- include_module recompilation.
> +    :- include_module recompilation_check.
> +    :- include_module recompilation_usage.
> +    :- include_module recompilation_version.
> +    :- include_module timestamp.
> +%:- module smart_recompilation.

timestamp.m should probably be classified under libs (it will be
also be used by make.m).

> Index: compiler/transform_hlds.m
> ===================================================================
> +% XXX The following modules are all currently unused.
> +:- include_module constraint, transform.
> +:- include_module excess.
> +:- include_module lco.

constraint.m is now used (it should now be a sub-module of deforest.m).
excess.m doesn't exist any more.

Simon.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list