diff: package up extras/complex_numbers

Tyson Richard DOWD trd at cs.mu.OZ.AU
Sat May 30 11:59:54 AEST 1998


Fergus Henderson <fjh at cs.mu.OZ.AU> writes:


>On 29-May-1998, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> > Use sub-modules to package up the modules in extras/complex_numbers
> > into a single module.
> > 
> > extras/complex_numbers/complex_lib.m:
> > extras/complex_numbers/complex_numbers.m:
> > 	Rename complex_lib.m as complex_numbers.m,
> > 	and modify it to use sub-modules.
> > 
> > extras/complex_numbers/*.m:
> > extras/complex_numbers/tests/complex_test.m:
> > extras/complex_numbers/samples/fft.m:
> > 	Add `complex_numbers:' to all of the `:- module'
> > 	and `:- import_module' declarations.
> > 
> > extras/complex_numbers/Mmakefile:
> > extras/complex_numbers/tests/Mmakefile:
> > extras/complex_numbers/samples/Mmakefile:
> > 	Modify to reflect the renaming from `complex_lib' to
> > 	`complex_numbers'.

>As usual, I forgot to include the actual diff.

I have a script called
	makeall
which will generate a diff for a change, prompt for a log message,
aapend the diff to the log message, and prepend an introductory
"Hi, this change is going to...." message, and then provide a command
line for sending that review to mercury-developers.

It uses a few other scripts I've written, but would be pretty easy
to modify for your use.




More information about the developers mailing list