[m-dev.] diff: fix a typeclass bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Aug 3 23:14:31 AEST 1998
On 29-Jul-1998, David Glen JEFFERY <dgj at cs.mu.OZ.AU> wrote:
> And here's the test case:
>
> tests/valid/typeclasses/func_method.m:
> Add a test case for a function as a typeclass method. The non-locals
> were not being set correctly, which caused a software error in this
> case.
> tests/valid/typeclasses/Mmakefile:
> Turn this test on.
>
> cvs diff: Diffing .
> Index: Mmakefile
> ===================================================================
> RCS file: /home/staff/zs/imp/tests/valid/Mmakefile,v
The log message was wrong --
you added it to tests/valid instead of tests/typeclasses/valid.
> retrieving revision 1.20
> diff -u -t -r1.20 Mmakefile
> --- Mmakefile 1998/07/12 18:15:16 1.20
> +++ Mmakefile 1998/07/29 06:21:55
> @@ -33,6 +33,7 @@
> fail_ite.m \
> followcode_det_problem.m \
> func_int_bug_main.m \
> + func_method \
s/func_method/func_method.m/
Can you please fix that?
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list