Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 16:32:00 -0500 (EST)
From:      parv <parv_fm@emailgroups.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46198: lang/smalltalk - "gst -q" doesn't print info about a Set
Message-ID:  <20021211213200.95654AC95@moo.holy.cow>

next in thread | raw e-mail | index | archive | help

>Number:         46198
>Category:       ports
>Synopsis:       lang/smalltalk - "gst -q" doesn't print info about a Set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 13:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     parv
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
holy cow
>Environment:
System: FreeBSD moo.holy.cow 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Thu Nov 14 23:18:41 EST 2002 toor@moo.holy.cow:/cdrw/obj/cdrw/src/sys/BOVINElite i386


smalltalk 2.0.8


>Description:

i was following the tutorial at...

  http://www.gnu.org/software/smalltalk/gst-manual/gst_30.html

...and running "gst" command w/o "-q" (quite) option causes the same
behavior as described.  below is what happens w/ above 'printNl'
when "-q"  option is not used...

  Execution begins...
  Set ()
  returned value is nil
  1333 byte codes executed
  which took 0.001 seconds, giving 1333000 bytecodes/sec
  83 primitives, percent 6.23
  self returns 18, inst var returns 1, literal returns 1
  43 method cache lookups since last cleanup, percent 3.23
  17 method cache hits, 26 misses, 39.53 percent hits

  Execution begins...
  Set ('foo' 5 7 )
  returned value is nil
  2138 byte codes executed
  which took 0.001 seconds, giving 2138000 bytecodes/sec
  139 primitives, percent 6.50
  self returns 23, inst var returns 1, literal returns 9
  43 method cache lookups since last cleanup, percent 2.01
  17 method cache hits, 26 misses, 39.53 percent hits


...no inforamtion about a Set is printed, however, when "gst" is run
w/ "-q" option.  there was no problem w/ "Array".


>How-To-Repeat:

install lang/smalltalk version 2.0.8.  run "gst -q".  at the prompt
type...

  Smalltalk at: #x put: 0 !
  x := Set new !
  x printNl !
  x add: 5; add: 7; add: 'foo' !
  x printNl !

...any of the printNl messages do not show info about above set as
expected.

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021211213200.95654AC95>