[SqueakLand Bug?]

Daniel Vainsencher danielv at netvision.net.il
Sun Jun 15 08:53:50 UTC 2003


Hi Stef.

When reporting walk backs, always report what you were doing (as you did
now) and always use the "mail bug to list" feature found in the
debugger. That would save you and anyone trying to help you a lot of
writing and guessing.

Daniel

Stephane Ducasse <ducasse at iam.unibe.ch> wrote:
> Oops
> 
> I took a normal image 5180 then using the navigator flap I click on 
> Find.
> Then on the list of proposed site I click on Squeaklan-uploads
> and I got an error.
> 
> in ...
> HTTPClient getDirectoryListing: self dirListUrl
> 
> where self dirListUrl =>
> 'http://www.squeakalpha.org/uploads/'
> 
> 
> I noticed that another item in the list also provokes an error
> 
> in SqueakDotOrg
> 
> dirListUrl
> 	| listURL |
> 	listURL _ self altUrl.
> 	listURL last ~= $/
> 		ifTrue: [listURL _ listURL , '/'].
> 	^ listURL
> 
> 
> self altUrl -> nil
> 
> 
> 
> 
> On Sunday, June 15, 2003, at 01:33 AM, Michael Rueger wrote:
> 
> > Stephane Ducasse wrote:
> >> Hi
> >> when I click on the Squeakland-uploads using the find button of the 
> >> navigator
> >> I get an error.
> >
> > Could you be a little more specific? ;-)
> > Squeak or Squeakland image?
> >
> > Michael
> >
> >



More information about the Squeak-dev mailing list