Subject: [BUG]ExuperyBlockContext(Object)>>doesNotUnderstand: #startpc

bryce at kampjes.demon.co.uk bryce at kampjes.demon.co.uk
Sun Oct 5 15:46:44 UTC 2008


bryce at kampjes.demon.co.uk writes:
 > Markus Fritsche writes:
 >  > Markus Fritsche schrieb:
 >  > 
 >  > >>> You can set the path that VMMaker generates the source files in. It's
 >  > >>> "Path to generated sources".
 >  > 
 >  > > Hmm... during background compilig I get a dnu from Process>>#isTerminated
 >  > 
 >  > Which gets send by the process browser itself with turned on
 >  > auto-updated. But there are more senders for isTerminated, which will
 >  > all fail since there is nothing like "startpc" in ExuperyBlockContext
 > 
 > That's possible, The right solution would be to implement the protocol
 > on ExuperyBlockContext. I've been slowly adding protocol as required.
 > 
 > Just curious, what are you doing to hit a new method so quickly?

Try adding:

ExuperyBlockContext>>startpc
	^ Exupery byteCodeAddressFor: initialCompiledBlock


More information about the Exupery mailing list