[Vm-dev] Issue 107 in cog: Bit-rot in the Pharo CogVM code based (Simulator)

cog at googlecode.com cog at googlecode.com
Fri Nov 9 13:16:01 UTC 2012


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 107 by stm... at gmail.com: Bit-rot in the Pharo CogVM code based  
(Simulator)
http://code.google.com/p/cog/issues/detail?id=107

The attached change set fixes bit rot in the *InterpreterSimulator and  
related classes.

Here a brief summary:

- VMClass>>#doOrDefer: now uses ProcessBrowser>>#isUIProcess: instead of  
Project
- it replaces the use of #asDisplayText with StringMorph>>#contents:.
- use of ThreadStream>>#on: is replaced with ThreadSafeTranscript>>#new
- Utilities is replaced by UIManager>>#default
- and #primitiveGetAttribute now uses the non-depricated `Smalltalk vm  
getSystemAttribute: attr`

Attachments:
	Fix simulator.3.cs  30.0 KB



More information about the Vm-dev mailing list