Bug in package browser (fwd)

Scott A Crosby crosby at qwes.math.cmu.edu
Mon Apr 30 10:50:57 UTC 2001


On Sat, 28 Apr 2001, Andreas Kuckartz wrote:

> I could not reproduce this.
>
> Which version of Squeak are you using and what is your latest update?
>

3.0 VM UNIX. Most recent 3.1 beta image... (all updates).. Not
sure how to get the most recent update number out of squeak.

Open up a 'package browser', pick any package group: ('System')

Then for the pane listing individual packages within that group,
middle-click to get a menu, select 'add item'. It will ask if you want to
add a package called 'Catagory-Name'. Type anything or just click 'OK'...

CRASH into debugger.

Scott



>
> ----- Original Message -----
> From: "Scott A Crosby" <crosby at qwes.math.cmu.edu>
> To: <squeak at cs.uiuc.edu>
> Sent: Thursday, April 26, 2001 9:50 PM
> Subject: Bug in package browser (fwd)
>
>
> > ---------- Forwarded message ----------
> > Date: Mon, 23 Apr 2001 14:01:45 -0400 (EDT)
> > From: Scott A Crosby <crosby at qwes.math.cmu.edu>
> > To: squeak at cs.uiuc.edu
> > Subject: Bug in package browser
> >
> > Go into the package browser, select a system catagory. (Any one.)
> > Then, attempt to create a new package. (by clicking in the package pane).
> >
> > It crashes into the debugger.
> >
> > The error appears to be here:
> >
> > selectedSystemCategoryName
> >         "Answer the name of the selected system category or nil."
> >
> >         systemCategoryListIndex = 0
> >                 ifTrue: [^nil].
> >         packageListIndex = 0
> >                 ifTrue: [^ self systemCategoryList at:
> systemCategoryListIndex].
> >         ^ self package , '-' , (self systemCategoryList at:
> systemCategoryListIn
> > dex)
> >
> ^^^^^^^^^^^^^^^^
> >
> >
> > systemCatagoryListIndex is set at 100-something.
> >
> >
> > --
> >
> > Scott
> >
> >
> > --
> > No DVD movie will ever enter the public domain, nor will any CD. The last
> CD
> > and the last DVD will have moldered away decades before they leave
> copyright.
> > This is not encouraging the creation of knowledge in the public domain.
> >
> >
> >
>

--
No DVD movie will ever enter the public domain, nor will any CD. The last CD
and the last DVD will have moldered away decades before they leave copyright.
This is not encouraging the creation of knowledge in the public domain.





More information about the Squeak-dev mailing list