[m-rev.] trivial diff: address XXX in a comment

Mark Brown dougl at cs.mu.OZ.AU
Wed Oct 23 02:06:09 AEST 2002


Estimated hours taken: 0.1
Branches: main

browser/browse.m:
	Address an XXX question by answering it in the affirmative.

Index: browser/browse.m
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/browse.m,v
retrieving revision 1.30
diff -u -r1.30 browse.m
--- browser/browse.m	16 Oct 2002 03:15:19 -0000	1.30
+++ browser/browse.m	22 Oct 2002 15:58:43 -0000
@@ -640,8 +640,9 @@
 		MaxDepth, CurDepth, Str).
 
 	% Note: When the size limit is reached, we simply display
-	% further subterms compressed. We don't just stop printing.
-	% XXX: Is this reasonable?
+	% further subterms compressed.  This is consistent with the
+	% User's Guide, which describes the size limit as a "suggested
+	% maximum".
 :- pred browser_term_to_string_2(browser_term::in, int::in, int::in, int::out,
 	int::in, int::in, string::out) is cc_multi.
 
--------------------------------------------------------------------------
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