[BUG] ReviewerPost(Object)>>doesNotUnderstand: #morph trying to post a review from BFAV2. ([closed] - reported in another thread)

Frank Shearar Frank.Shearar at rnid.org.uk
Mon Aug 2 11:06:21 UTC 2004


Yep, we know about this bug (several other people have reported it already). We've fixed it in the latest SqueakSource version. We'll release that Real Soon Now - we're just waiting on some reports from heavy users who use the bleeding-edge BFAV versions as to whether we've missed anything.

BFAV has become a vital part of the Squeak community, and we appreciate the patience of the community in not throwing tomatoes at us!

frank

> -----Original Message-----
> From: German Arduino [mailto:gsa at softhome.net]
> Sent: 29 July 2004 12:38
> To: squeak-dev at lists.squeakfoundation.org
> Subject: Re: [BUG] ReviewerPost(Object)>>doesNotUnderstand: #morph
> trying to post a review from BFAV2.
> 
> 
> To fix it, as Göran said in irc, in:
> 
> DecentReviewerNotepad>>send
> 
> change: self morph allMorphsDo: [ :aMorph | (aMorph 
> respondsTo: #accept) 
> ifTrue: [aMorph accept]]
> 
> by: self allMorphsDo: [ :aMorph | (aMorph respondsTo: 
> #accept) ifTrue: 
> [aMorph accept]].
> 
> (Remove the morph word).
> 
> gsa.
> 
> > When I press the button Send, to post a review from 
> Reviewer Notepad I 
> > get the error of the subject.
> > 
> > I've installed BFAV with the proper install package.
> > 
> > Attached is the log.
> > 
> > Thanks.
> > gsa.

<snip>


*******************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. Any views or opinions expressed
are solely those of the author and do not necessarily represent
RNID policy.
If you are not the intended recipient you are advised that any
use, dissemination, forwarding, printing or copying of this
email is strictly prohibited.
If you have received this email in error please notify the RNID
Helpdesk by telephone on: +44 (0) 207 296 8282.
The Royal National Institute for Deaf People
Registered Office 19*23 Featherstone Street
London EC1Y 8SL No. 454169 (England)
Registered Charity No. 207720
********************************************************************




More information about the Squeak-dev mailing list