[m-dev.] for review: use browser to print DD output
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Aug 17 16:17:53 AEST 2000
This change looks fine. One small suggestion:
On 11-Aug-2000, Mark Anthony BROWN <dougl at cs.mu.OZ.AU> wrote:
> +++ tests/debugger/declarative/filter.exp2 2000/08/11 05:34:05
> @@ -50,7 +50,10 @@
> mdb> finish
> 64: 2 2 EXIT pred filter:p/1-0 (multi) filter.m:20 (filter.m:10)
> mdb> dd
> -my_append([1, 2, 3], [7, 8, 9], [1, 2, 3, 7, 8, 9])
> +my_append
> + [1, 2, 3]
> + [7, 8, 9]
> + [1, 2, 3, 7, 8, 9]
I think it would be nicer if that was printed with the
proper parentheses and commas:
my_append(
[1, 2, 3],
[7, 8, 9],
[1, 2, 3, 7, 8, 9]
)
--
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.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list