help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] gst-convert --quiet is verbose


From: Giuseppe Luigi Punzi Ruiz
Subject: Re: [Help-smalltalk] gst-convert --quiet is verbose
Date: Sun, 1 Jun 2008 20:13:50 +0200

Probably is obvious, or I don't seeing something but.....

I don't know, if quite is True, why you set quiet to true, and why change verbose when verbose is not necessary.

If quiet is false, directly is verbose.

                        

El 31/05/2008, a las 18:00, Daniele Sciascia escribió:

I noticed noticed a small error (probably a copy paste error) in Convert.st. When parsing arguments it sets wrong values for quiet and verbose variables:

opt = 'quiet' ifTrue: [
                quiet := false.
                verbose := true ].

while it should be:

opt = 'quiet' ifTrue: [
                quiet := true.
                verbose := false ].



Daniele



_______________________________________________
help-smalltalk mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-smalltalk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]