[BUG][FIX] TestCodeGenerator

agree at carltonfields.com agree at carltonfields.com
Tue Dec 28 15:35:49 UTC 1999


This bug was fixed in a changeset published during the holidays.

> -----Original Message-----
> From: MIME :sr at evolgo.de > Sent: Tuesday, December 28, 1999 10:32 AM
> To: squeak at cs.uiuc.edu; werdna at gate.net
> Subject: [BUG][FIX] TestCodeGenerator
> > > Dear Squeakers,
> > attached change set removes a bug in TestCodeGenerator, which > occured if
> calling
> 	^true asOop: Boolean
> in a TestInterpreterPlugin method.
> > Greetings,
> > Stephan
> > P.S.: In the original method there was also an in ST invisible
> character, what was seen by the C compiler though and led to > a compiler
> error.
> > -- Stephan Rudlof (sr at evolgo.de)
>    "Genius doesn't work on an assembly line basis.
>     You can't simply say, 'Today I will be brilliant.'"
>     -- Kirk, "The Ultimate Computer", stardate 4731.
> 'From Squeak2.7alpha of 1 December 1999 [latest update: > #1726] on 27 December 1999 at 5:38:18 pm'!
> > !TestCodeGenerator methodsFor: 'asOop:/asValue:' stamp: 'sr > 12/27/1999 05:50'!
> generateCoerceToBooleanObjectFrom: aNode on: aStream 	aStream > nextPutAll: '('.
> 	self emitCExpression: aNode on: aStream.
> 	aStream nextPutAll: '? interpreterProxy->trueObject() : > interpreterProxy->falseObject())'! !
> > > > 





More information about the Squeak-dev mailing list